Codeseys commited on
Commit
d52e126
·
1 Parent(s): a35a8d7

Tidy .gitignore (de-dup *.jsonl, restore section blank lines)

Browse files
Files changed (1) hide show
  1. .gitignore +2 -2
.gitignore CHANGED
@@ -32,11 +32,11 @@ wandb/
32
  *.arrow
33
  data/processed/
34
  data/external/
35
- *.jsonl
36
  # But spike fixtures (synthetic input states) ARE checked in — reproducibility
37
  !spikes/**/states.jsonl
38
  !spikes/**/fixtures/*.jsonl
39
- spikes/001-teacher-replay-cost/results.jsonl
40
  # Logs / runtime
41
  logs/
42
  *.log
 
32
  *.arrow
33
  data/processed/
34
  data/external/
35
+
36
  # But spike fixtures (synthetic input states) ARE checked in — reproducibility
37
  !spikes/**/states.jsonl
38
  !spikes/**/fixtures/*.jsonl
39
+
40
  # Logs / runtime
41
  logs/
42
  *.log