.env
*.env
venv/
__pycache__/
*.py[cod]
*.pyo

backend/instance/*.db
*.sqlite
*.sqlite3

.pytest_cache/
.coverage
htmlcov/

*.log

# The Docker image bundles data contents. Keep data files visible to Git, but
# never commit local env files that may contain credentials.
!data/
!data/**
data/**/.env
