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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# mypy
.mypy_cache/

# pytest
.pytest_cache/
.coverage
htmlcov/

# ruff
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Google auth tokens -- never commit these
token.json
client_secrets.json
*_secrets.json
