/target
*.result.json
*.chart.svg
*.report.html

# Python packaging / build artifacts (maturin)
/dist
*.so
*.pyd
__pycache__/
*.egg-info/
.venv/

# WebAssembly package (wasm-pack output)
/pkg

# Playground build outputs (generated/copied by web/build.sh and the Pages workflow)
/web/pkg
/web/scenarios
/web/assets

# ANISE frame cross-validation crate: its build dir, downloaded SPICE kernels, and
# generated reports. The crate's source + Cargo.lock ARE committed; these are not.
/xval/anise-frames/target
/xval/anise-frames/kernels/*.bpc
/xval/anise-frames/report.json
/xval/anise-frames/report.md
