.git/
.agents/
.codex/

.env
.env.*
!.env.example

__pycache__/
*.py[cod]
*.sqlite3
.python-version
.venv/
venv/
env/

.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

staticfiles/
media/
