# Per-run _core reports (regenerated every run). amici_run.py writes here by default.
runs/
# Compiled AMICI extension cache, keyed by SBML content hash. AMICI generates and
# compiles a bespoke C++ shared library per model (~20s cold); these are large,
# machine-specific build artifacts, never committed.
amici_cache/
# The same, for the SENSITIVITY build (generate_sensitivity_code=True). A separate
# directory on purpose: that extension carries the dxdotdp / sx right-hand side on
# top of the pure-ODE body, so it is not interchangeable with an amici_cache/ entry
# and must never collide with one.
amici_sens_cache/
