# backups
*.bak
*.bak.*

# archives
*.zip

# local scripts (not part of app)
shell-scripts/

# temp patch / helper scripts
backend/*.sh

# python cache
__pycache__/
*.pyc

# env files (just in case later)
.env
logs/
*.log
patch*.sh
