# Python cache files
__pycache__/
*.py[cod]
*$py.class
*.pyc
*.pyo

# Test coverage files
.coverage
htmlcov/
.pytest_cache/
.tox/

# Database files
*.db
*.sqlite3
cloud_resources.db

# Log files
*.log
*.log.*
app.log
error.log
access.log
system.log
system_events.log
monitoring_*.json
maintenance_report_*.json
cleanup_report_*.json

# Virtual environment
venv/
env/
ENV/

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.temp
temp_*

# Build artifacts
build/
dist/
*.egg-info/

# Configuration files with secrets (if any were created)
config_local.py
.env
.env.local

# Backup files
*.bak
backup_*

# Process ID files
*.pid

# Screenshots and dumps
screenshot_*.png
core.*
*.dump