2026-07-30 18:57:10 +02:00

25 lines
408 B
Plaintext

# Generated artifacts
runs/
results/
figures/
report-figures/
!results/.gitkeep
!figures/.gitkeep
# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.parquet
*.csv
# Rendered reports — the report of record (markdown + figures) lives in reports/tsi/;
# anything built or generated in the simulation folder is a local artifact, never committed.
*.pdf
*.html