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

# tooling
.mainboard/
.ruff_cache/
.pytest_cache/
.pyrefly/
.mypy_cache/
.hypothesis/
.benchmarks/

# docs
site/
.coverage
