.venv/
__pycache__/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
build/
dist/
*.egg-info/
benchmarks/.results/
benchmarks/results/
plans.md
.codex
tempo/

# Sphinx docs
docs/_build/
docs/.jupyter_cache/

# Jupyter
tmp*
.ipynb_checkpoints/

# Legacy prerelease doc (superseded by docs/)
documentation/prerelease.md
