# secrets / local env — .env.example is the template
.env
.user.env

# Claude local settings (memory/ is committed, settings are not)
.claude/settings.local.json

# ephemera
*.bak
*.log
.idle.*
router-data/
GPU-report.local.txt

# python
__pycache__/
*.pyc
.pytest_cache/
.venv/
