Upload .gitignore with huggingface_hub
Browse files- .gitignore +6 -0
.gitignore
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
.DS_Store
|
| 2 |
+
__pycache__
|
| 3 |
+
/TEMP
|
| 4 |
+
*.pyd
|
| 5 |
+
hubert_base.pt
|
| 6 |
+
/logs
|