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

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

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

# Editors / OS
.vscode/
.idea/
*.swp
.DS_Store

# Credentials — NEVER commit
credentials.json
token.json
client_secret*.json
*.pem
*.key
