From 2b5ac1c436aec81893de415ec95b49ff9353a211 Mon Sep 17 00:00:00 2001 From: Laurent FAINSIN Date: Mon, 24 Apr 2023 15:21:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=99=88=20add=20.pytest=5Fcache=20to=20fil?= =?UTF-8?q?e=20exclusion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 851d601..454f0c1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -23,5 +23,6 @@ // annoying "**/__pycache__": true, "**/.mypy_cache": true, - }, + "**/.pytest_cache": true, + } }