# Privacy-sensitive (NEVER ship)
.claude/
gsd-lite/
samples/

# Secrets
token.json
client_secret*.json
credentials*.json
*.env
.env

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
.venv-*/
*.egg-info/
dist/
build/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editor
.vscode/
.idea/
*.swp
.DS_Store
