Skip to content

Commit 6b28059

Browse files
committed
Add exclude to settings
1 parent 7d04680 commit 6b28059

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.vscode/settings.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,12 @@
33
"tests"
44
],
55
"python.testing.unittestEnabled": false,
6-
"python.testing.pytestEnabled": true
6+
"python.testing.pytestEnabled": true,
7+
"files.exclude": {
8+
"**/__pycache__": true,
9+
"**/.coverage": true,
10+
"**/.pytest_cache": true,
11+
"**/.ruff_cache": true,
12+
"**/.mypy_cache": true
13+
},
714
}

0 commit comments

Comments
 (0)