Spaces:
Sleeping
Sleeping
MilesCranmer
commited on
Commit
•
8d9d5f3
1
Parent(s):
1662e82
Turn off tracking for multi-output temp files
Browse files- .gitignore +1 -0
.gitignore
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
.dataset*.jl
|
2 |
.hyperparams*.jl
|
3 |
*.csv
|
|
|
4 |
*.bkup
|
5 |
performance*txt
|
6 |
*.out
|
|
|
1 |
.dataset*.jl
|
2 |
.hyperparams*.jl
|
3 |
*.csv
|
4 |
+
*.csv.out*
|
5 |
*.bkup
|
6 |
performance*txt
|
7 |
*.out
|