Spaces:
Running
Running
🙈 [Update] dataset and data name in ignore
Browse files- .gitignore +2 -2
.gitignore
CHANGED
|
@@ -111,8 +111,8 @@ dmypy.json
|
|
| 111 |
|
| 112 |
# Machine learning specific folders and symlinks
|
| 113 |
runs
|
| 114 |
-
|
| 115 |
-
|
| 116 |
|
| 117 |
# Datasets and model checkpoints
|
| 118 |
*.pth
|
|
|
|
| 111 |
|
| 112 |
# Machine learning specific folders and symlinks
|
| 113 |
runs
|
| 114 |
+
/data
|
| 115 |
+
/datasets
|
| 116 |
|
| 117 |
# Datasets and model checkpoints
|
| 118 |
*.pth
|