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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
htmlcov/
.coverage
.coverage.*

# OS
.DS_Store
Thumbs.db

# Editor
.idea/
.vscode/

# Kelvin run output (generated by `kelvin check`)
/kelvin/
.claude/
