kouroshSA commited on
Commit
21c2226
·
verified ·
1 Parent(s): 7262a87

gitignore: un-ignore ROC-Checkpoints/*.pth so trajectory ckpts can be tracked

Browse files
Files changed (1) hide show
  1. .gitignore +3 -0
.gitignore CHANGED
@@ -6,6 +6,9 @@ out_*/
6
  # Released checkpoints under checkpoints/ are tracked (on Hugging Face)
7
  !checkpoints/*.pth
8
  !checkpoints/*.pt
 
 
 
9
 
10
  # Data files
11
  *.csv
 
6
  # Released checkpoints under checkpoints/ are tracked (on Hugging Face)
7
  !checkpoints/*.pth
8
  !checkpoints/*.pt
9
+ # ROC/LES trajectory checkpoints (tracked on Hugging Face)
10
+ !ROC-Checkpoints/*.pth
11
+ !ROC-Checkpoints/*.pt
12
 
13
  # Data files
14
  *.csv