# Secrets. Never commit a real one.
.env
infra/.env
infra/nginx/certs/
infra/backups/

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
dist/
build/

# Node
node_modules/
.next/
out/
*.tsbuildinfo
npm-debug.log*

# Media, which lives on a mounted volume and never in the repo
/var/lib/njiwa/
media/

# Editors and OS
.DS_Store
.idea/
.vscode/
*.swp
