Spaces:
Running
Running
Create .gitignore
Browse files- .gitignore +4 -0
.gitignore
ADDED
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Ignore model weights and large files
|
2 |
+
*.h5
|
3 |
+
*.ckpt
|
4 |
+
/model/
|