# Backend selection file
.backend

# Virtual environments
venv/
.venv/
env/

# Python cache
__pycache__/
*.pyc
*.pyo
*.pyd
.Python

# Debug logs
debug.log

# Test files
test_*.py
