__pycache__/
*.pyc
*.egg-info/
dist/
build/
.venv/
credentials/
tokens/
.env
.env.*
*.json
!.claude-plugin/*.json
!.claude/settings.json
!pyproject.toml
.pytest_cache/
.ruff_cache/
.coverage

# local OAuth client secret (never commit)
credentials.json
