diff --git a/.vscode/settings.json b/.vscode/settings.json
index 666cae4391ccbb0748ea57390973812d907da5bb..366aa4064f738c17c78c561470f920357d2b3a3d 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,10 @@
 {
+    "search.exclude": {
+        "**/.git": true,
+        "**/tmp": true,
+        "python/**": true,
+        "logs/**": true,
+    },
     "python.formatting.provider": "black",
     "python.formatting.blackArgs": [
         "--line-length",