# Secrets / local config
.env
*.env.local

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.mypy_cache/
.pytest_cache/
.ruff_cache/

# Node / frontend
node_modules/
frontend/dist/
*.log

# Data / dumps
*.dump
*.sql.gz
backups/

# Download center: locally downloaded media (the DOWNLOAD_ROOT bind mount at the repo root).
# Anchored with a leading slash so it does NOT also ignore the backend/app/downloads package.
/downloads/

# OS / editor
.DS_Store
Thumbs.db
.idea/
.vscode/
