Spaces:
Running
Running
cleaned up gitignore
Browse files- .gitignore +8 -5
.gitignore
CHANGED
|
@@ -1,6 +1,9 @@
|
|
| 1 |
-
|
| 2 |
-
.
|
|
|
|
|
|
|
|
|
|
| 3 |
**/__pycache__
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
|
|
|
| 1 |
+
# Model files
|
| 2 |
+
*.pt
|
| 3 |
+
|
| 4 |
+
# Python
|
| 5 |
+
venv
|
| 6 |
**/__pycache__
|
| 7 |
+
|
| 8 |
+
# Mac
|
| 9 |
+
.DS_Store
|