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

# uv / virtual envs
.venv/
venv/
.env

# Type checking
.mypy_cache/
.pyright/
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# IDE
.vscode/
.idea/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/
.gstack/
.claude/settings.local.json

