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

# Virtual envs
.venv/
venv/
env/
ENV/

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

# IDE
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# OAuth credentials & runtime state — NEVER commit
credentials.json
token.json
audit.jsonl
config.json
