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, + } }