__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
build/
dist/
result
result-*
.direnv/
benchmarks/out/
# benchmark data: pinned in benchmarks/datasets.json, fetched by `nix develop`
# (or benchmarks/fetch_data.py), never committed
benchmarks/data/*
!benchmarks/data/README.md
