# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
# Root only — avoid ignoring ``scripts/build/`` (e.g. PyPI README generator).
/build/

# Tool caches
.venv/
.mypy_cache/
.ruff_cache/
.rumdl_cache/
.pytest_cache/

# MkDocs build output
site/

# Coverage
.coverage
.coverage.*
coverage.xml
htmlcov/

# pyhaul sidecar files
*.part
*.part.ctrl

# OS / editor
.env
.DS_Store
.vscode/
.idea/
.cursorignore

# Local scratch (notes, archives, scripts, fetched READMEs, etc.)
.scratch/
