-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
23 lines (20 loc) · 733 Bytes
/
Copy path.gitignore
File metadata and controls
23 lines (20 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
node_modules/
dist/
*.log
.DS_Store
.env
# Raw confirmatory run artifacts (308MB) — derived artifacts are committed
# instead, and the raw data is deposited on Zenodo with its own DOI. Every
# number in reports/study-2-confirmatory-results.md is reproducible from the
# derived files below.
runs/s2-arm*/*seed*.json
!runs/s2-arm*/society-eval.json
!runs/s2-arm*/activation.json
!runs/s2-arm*/judged-propagation.json
!runs/s2-arm*/battery-index*.json
# Zenodo upload staging (zips rebuilt from runs/, not source of truth)
zenodo-upload/
# CoMSES deposit archives (rebuilt from the repo; the CoMSES release is the
# source of truth) — the deposit docs (ODD.md, guides) ARE committed
comses-deposit/*.zip
comses-deposit/*.tar.gz