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

# Virtual environments
.venv/
venv/

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

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

# VCR cassettes (may contain tokens — regenerate locally)
tests/fixtures/cassettes/

# OS
.DS_Store
Thumbs.db

# Cache
*.db

# docs
docs/
