From 80ff61b8c3caff083c329806821e71a72be6c98f Mon Sep 17 00:00:00 2001 From: CREATIVE_tg1 Date: Tue, 28 Oct 2025 13:33:27 +0000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=B8=D1=82?= =?UTF-8?q?=D1=8C=20Python/settings.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Python/settings.json | 28 +++++++++++++++++++++++++--- 1 file changed, 25 insertions(+), 3 deletions(-) diff --git a/Python/settings.json b/Python/settings.json index be30a24..d47319f 100644 --- a/Python/settings.json +++ b/Python/settings.json @@ -38,6 +38,7 @@ "files.watcherExclude": { "**/node_modules/**": true, "**/.git/**": true, + "**/.github/**": true, "**/.gitlab/**": true, "**/.ci/**": true, "**/venv/**": true, @@ -46,14 +47,35 @@ "**/reports/**": true, "**/.mypy_cache/**": true, "**/.pytest_cache/**": true, + "**/.ruff_cache/**": true, + "**/.hypothesis/**": true, "**/.coverage/**": true, "**/dist/**": true, "**/build/**": true, - "**/.ruff_cache/**": true, - "**/.hypothesis/**": true, "**/docs/_build/**": true, "**/target/**": true, - "**/.cargo/**": true, + "**/.cargo/**": true + }, + "search.exclude": { + "**/node_modules/**": true, + "**/.git/**": true, + "**/.github/**": true, + "**/.gitlab/**": true, + "**/.ci/**": true, + "**/venv/**": true, + "**/.venv/**": true, + "**/__pycache__/**": true, + "**/reports/**": true, + "**/.mypy_cache/**": true, + "**/.pytest_cache/**": true, + "**/.ruff_cache/**": true, + "**/.hypothesis/**": true, + "**/.coverage/**": true, + "**/dist/**": true, + "**/build/**": true, + "**/docs/_build/**": true, + "**/target/**": true, + "**/.cargo/**": true }, "editor.largeFileOptimizations": true, "git.autorefresh": false,