Spaces:
Running
on
Zero
Running
on
Zero
Change: Ignore model files
Browse files- .gitignore +4 -1
.gitignore
CHANGED
|
@@ -181,4 +181,7 @@ cache/
|
|
| 181 |
|
| 182 |
# Local configuration files
|
| 183 |
config.local.*
|
| 184 |
-
.secrets
|
|
|
|
|
|
|
|
|
|
|
|
| 181 |
|
| 182 |
# Local configuration files
|
| 183 |
config.local.*
|
| 184 |
+
.secrets
|
| 185 |
+
|
| 186 |
+
# Model files
|
| 187 |
+
checkpoints/
|