__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/
*.egg
.eggs/
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
htmlcov/
*.so
.env
.venv/
venv/
.idea/
.pixi/
pixi.lock

bench/.cache/
.benchmarks/

scratch/relational_spike/*_data/
scratch/relational_spike/bench_out/
scratch/relational_spike/*.lp
.DS_Store

site/
.cache/

docs/*.html
docs/*.pdf
# The chart page is a source: it carries its numbers inline.
!docs/benchmarks-scaling.html

bench/results/.inflight
