David Blume commited on 2021-05-29 21:37:33 Showing 1 changed files, with 15 additions and 0 deletions.
@@ -0,0 +1,15 @@
+{
+ "folders": [
+ {
+ "path": "."
+ }
+ ],
+ "settings": {
+ "files.exclude": {
+ ".git": true,
+ "**/.idea": true, // PyCharm
+ "**/__pycache__": true
+
+}