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

# uv / tooling
.uv/
.ruff_cache/
.pytest_cache/
.mypy_cache/
.coverage
htmlcov/

# Rightsize local cache and telemetry (never commit)
.rightsize/
*.rightsize.jsonl

# IDE / OS
.vscode/
.idea/
.DS_Store
Thumbs.db
