gitignore: un-ignore ROC-Checkpoints/*.pth so trajectory ckpts can be tracked
Browse files- .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
|