feat(GITIGNORE): :see_no_evil: Add vscode to gitignore
Browse files- .gitignore +3 -0
.gitignore
CHANGED
@@ -1,2 +1,5 @@
|
|
1 |
# pycache
|
2 |
__pycache__/
|
|
|
|
|
|
|
|
1 |
# pycache
|
2 |
__pycache__/
|
3 |
+
|
4 |
+
# vscode
|
5 |
+
.vscode/
|