Spaces:
Running on CPU Upgrade
Running on CPU Upgrade
Commit Β·
b9d3a30
1
Parent(s): 8d426df
.gitignore updated
Browse files- .gitignore +9 -1
.gitignore
CHANGED
|
@@ -7,4 +7,12 @@ __pycache__/
|
|
| 7 |
*.pyw
|
| 8 |
*.pyz
|
| 9 |
*.pywz
|
| 10 |
-
*.pyzw
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
*.pyw
|
| 8 |
*.pyz
|
| 9 |
*.pywz
|
| 10 |
+
*.pyzw
|
| 11 |
+
|
| 12 |
+
# build / caches
|
| 13 |
+
/tmp/
|
| 14 |
+
*.npz
|
| 15 |
+
*.npy
|
| 16 |
+
|
| 17 |
+
# os junk
|
| 18 |
+
.DS_Store
|