updated gitignore
Browse files- .gitignore +3 -1
.gitignore
CHANGED
@@ -1 +1,3 @@
|
|
1 |
-
__pycache__
|
|
|
|
|
|
1 |
+
__pycache__/
|
2 |
+
.vscode/
|
3 |
+
test/
|