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

# Virtual environments
.venv
.uv-cache

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

# Local stuff
.local/
.worktrees/

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

# GitHub workflows (managed in separate tap repo)
.github/

# MacOS
.DS_Store
