36204-vm/.gitignore
2025-11-24 12:20:07 +00:00

23 lines
217 B
Plaintext

# Python / Django artifacts
__pycache__/
*.py[cod]
*.pyc
*.pyo
# Local environment
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/
# Django files
db.sqlite3
# static/
media/
# IDE / OS
.DS_Store
.idea/
*.swp