# Node / SvelteKit
node_modules/
dist/
.env
.env.*
!.env.example
frontend/.svelte-kit/
frontend/build/

# Python
backend/venv/
backend/__pycache__/
backend/**/__pycache__/
**/*.pyc
backend/.pytest_cache/

# Jules workflow — fichier temporaire de corps de PR (généré par Claude, supprimé par us-done.sh)
.github/.us-pr-body.md

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Logs
*.log
backend/logs/

# Backup files
*.bak
backend/.venv/

# Secrets & credentials
client_secret*.json
*.credentials.json
service-account*.json

# Dev test scripts (non-pytest)
backend/test_gam*.py
backend/test_integrated*.py
backend/.venv/
