Commit ·
4c9f373
1
Parent(s): c33efae
Update gitignore
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
unsloth_compiled_cache/
|
| 2 |
_unsloth*/
|
| 3 |
hf_cache/
|
| 4 |
-
data/**/*.jpg
|
| 5 |
outputs/
|
| 6 |
output/
|
| 7 |
temp/
|
|
|
|
| 1 |
unsloth_compiled_cache/
|
| 2 |
_unsloth*/
|
| 3 |
hf_cache/
|
| 4 |
+
training/data/**/*.jpg
|
| 5 |
outputs/
|
| 6 |
output/
|
| 7 |
temp/
|