# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv
.uv-cache

# Local secrets
.env
gha-creds-*.json

# Local config directory (project teams may want to commit this)
.agenterm/
.gemini/

# MacOS
.DS_Store
