# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Environments
.venv/
.env
# Real prod secrets live here; the tracked template is deploy/.env.prod.example.
.env.prod

# Site toolchain (site/dist is covered by dist/ above)
node_modules/
.astro/

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors
.idea/
.vscode/
*.swp
# Smoke-test env (generated by scripts/smoke_prod.sh)
.env.smoke
# Local database dumps (scripts/backup_db.sh)
backups/
# MaxMind database for the IP geo-block (scripts/geoip_refresh.sh)
geoip/
# Off-host backup credentials (scripts/backup_offsite.sh)
.env.backup
# Real Alertmanager receiver (scripts/gen_alertmanager.sh; contains webhook URLs)
ops/alertmanager.local.yml
