Spaces:
Sleeping
Sleeping
Commit ·
1183656
1
Parent(s): 330a040
gitignore
Browse files- .gitignore +1 -1
.gitignore
CHANGED
|
@@ -46,7 +46,7 @@ src/_outputs/
|
|
| 46 |
# Model checkpoints (use Git LFS for these)
|
| 47 |
*.pt
|
| 48 |
*.pth
|
| 49 |
-
checkpoints/
|
| 50 |
|
| 51 |
# Environment files
|
| 52 |
.env
|
|
|
|
| 46 |
# Model checkpoints (use Git LFS for these)
|
| 47 |
*.pt
|
| 48 |
*.pth
|
| 49 |
+
# checkpoints/
|
| 50 |
|
| 51 |
# Environment files
|
| 52 |
.env
|