# Runtime logs
config/homepage/logs/
*.log

# Secrets (keep on host; use .env.example in git)
.env
**/atc_cluster
!**/atc_cluster.pub
.env.local
.env.*.local

# OS / editor
.DS_Store
*~
.idea/
.vscode/

# Python
__pycache__/
*.pyc
.venv/

# Docker build cache
**/.build/

# Backup dumps (bewust buiten git)
/var/backups/
*.tgz
*.tar.gz
