.git
.gitignore
.dockerignore
Dockerfile
docker-compose.yml

.env
.env.*

venv/
.venv/
__pycache__/
**/__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/

backend/instance/

*.log
*.zip
*.XLSM
*.xlsx
!data/**/*.XLSM
!data/**/*.xlsx
sam.txt

# The Docker image intentionally includes committed data contents. Keep local
# env files out of the build context because they may contain credentials.
!data/
!data/**
data/**/.env
