From 590cd83543e28bcbb96303482894223c193fa0db Mon Sep 17 00:00:00 2001 From: Michael Ekstrand Date: Fri, 26 Jul 2024 16:24:01 -0400 Subject: [PATCH] ignore cache files in browser --- .vscode/settings.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 787cefd3d..fa3ae6aa0 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,9 @@ { + "files.exclude": { + "**/__pycache__": true, + ".hypothesis/": true, + ".*_cache/": true, + }, "[python]": { "editor.defaultFormatter": "charliermarsh.ruff", "editor.codeActionsOnSave": {