andreped commited on
Commit
b9e1f2f
·
unverified ·
1 Parent(s): a204c4b

ignore .vs/ and __pycache__/

Browse files
Files changed (1) hide show
  1. .gitignore +2 -0
.gitignore CHANGED
@@ -1 +1,3 @@
1
  .idea/
 
 
 
1
  .idea/
2
+ .vs/
3
+ *__pycache__/