Files
VKResenderBackend/.gitignore
2025-06-08 15:42:25 +03:00

29 lines
233 B
Plaintext

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# UV
uv.lock
# Environment variables
.env
# Ruff
.ruff_cache
# Pytest
.pytest_cache
# SQLite
*.db
# Postgres
postgres