__pycache__/
*.py[cod]
.venv/
dist/
build/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.hypothesis/
.import_linter_cache/
.coverage
coverage.xml
htmlcov/
.env
# Benchmark results are machine-specific; each run records its own baseline.
benchmarks/*.json
