ignore .vs/ and __pycache__/
Browse files- .gitignore +2 -0
.gitignore
CHANGED
@@ -1 +1,3 @@
|
|
1 |
.idea/
|
|
|
|
|
|
1 |
.idea/
|
2 |
+
.vs/
|
3 |
+
*__pycache__/
|