mirror of
https://github.com/logos-blockchain/research.git
synced 2026-08-07 11:43:20 +00:00
25 lines
408 B
Plaintext
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
|