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

# Virtualenvs
.venv/
venv/
env/

# Node / Next.js
node_modules/
.next/
*.tsbuildinfo

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

# DB backups (created by deploy/backup.sh on the VM)
deploy/backups/

# OS / editor
.DS_Store
Thumbs.db
