# Environment
.env
.env.*
!.env.example
.oauth_tokens.json
.oauth*

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

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

# IDE
.vscode/*
!.vscode/launch.json
.idea/

# OS
.DS_Store
Thumbs.db
