Commit
·
b9d2053
1
Parent(s):
8688974
Update .gitignore
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -1 +1,4 @@
|
|
1 |
.DS_Store
|
|
|
|
|
|
|
|
1 |
.DS_Store
|
2 |
+
*.pyc
|
3 |
+
**__pycache__**
|
4 |
+
|