/target
/Cargo.lock
dhat-heap.json
python/venv/
__pycache__/
*.egg-info/
python/build/
python/.pytest_cache/
python/glmm/_native*.so
python/glmm/_native*.pyd

# parity: fixed-seed simulated inputs (regenerated by run.sh --prep; the freeze is
# the committed seed + prep script, not the bytes) and per-engine result JSONs
# (regenerated every run). Committed inputs: data_empirical/*.csv (lme4/nlme). Durable
# summaries live in parity/reports/ and parity/weights/ (not under results/).
# The flat *.csv fixtures under data_simulated/ are small and committed (cargo
# test's include_str! depends on them, incl. in CI); only the 429MB grid/
# campaign dataset is gitignored.
/parity/data_simulated/grid/
/parity/weights/data_simulated/
/parity/results/
/parity/weights/results/
