Spaces:
Sleeping
Sleeping
Commit
·
f12e9a8
1
Parent(s):
471e855
add gitignore
Browse files- .gitignore +3 -0
.gitignore
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
.DS_Store
|
2 |
+
__pycache__/
|
3 |
+
*.pyc
|