__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.eggs/
*.egg
.venv/
venv/
env/
.env
*.so
*.dylib
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage
coverage.xml
*.log
*.run.json
*.parquet
crash_test_results.png
_legacy_vbn/
nbn/_version.py
docs/_build/
.ipynb_checkpoints/
*.ipynb_checkpoints
ScalabilityImages
# Local paper-prep figure script (writes to the gitignored ScalabilityImages/);
# root-level one-off, not part of the benchmarking package.
make_bottleneck_figures.py
.idea/

# Benchmark run outputs (nbn-bench writes to ./results by default) — untracked.
/results/
