Spaces:
Runtime error
Runtime error
Create .gitignore
Browse files- .gitignore +9 -0
.gitignore
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
output/
|
2 |
+
results/
|
3 |
+
datasets/
|
4 |
+
wandb/
|
5 |
+
scripts/
|
6 |
+
__pycache__/
|
7 |
+
default_config.yaml
|
8 |
+
getDataset.py
|
9 |
+
train.py
|