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

# Auth credentials (never commit)
browser.json
oauth.json
*.auth.json

# IDE
.vscode/
.idea/

# Test / tooling
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
