Spaces:
Running
Running
Commit
·
ebba171
1
Parent(s):
c9adc43
Update gitignore
Browse files- .gitignore +6 -0
.gitignore
CHANGED
|
@@ -1,3 +1,9 @@
|
|
| 1 |
.dataset*.jl
|
| 2 |
.hyperparams*.jl
|
| 3 |
*.csv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
.dataset*.jl
|
| 2 |
.hyperparams*.jl
|
| 3 |
*.csv
|
| 4 |
+
performance*txt
|
| 5 |
+
*.out
|
| 6 |
+
trials*
|
| 7 |
+
**/__pycache__
|
| 8 |
+
build
|
| 9 |
+
dist
|