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

# Build
build/
builddir/
dist/

# Tooling caches and reports
.reports/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.coverage
.coverage.*
