Spaces:
Build error
Build error
Commit
·
e879513
1
Parent(s):
92740f3
update
Browse files- .gitignore +4 -0
.gitignore
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
__pycache__/
|
| 2 |
+
*.pyc
|
| 3 |
+
.DS_Store
|
| 4 |
+
*tmp*
|