__pycache__/
*.py[cod]
.venv/
.hatch/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/
*.db
*.sqlite
*.sqlite3
runtime/
logs/
.env
.env.local
!migrations/
!migrations/versions/
!migrations/versions/*.py
