feat(GITIGNORE): :see_no_evil: Add pycache to giignore
Browse files- .gitignore +2 -0
.gitignore
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
# pycache
|
2 |
+
__pycache__/
|