Skip to content

Commit a9299f3

Browse files
committed
chore: add exclude items
1 parent 845a505 commit a9299f3

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.devcontainer/devcontainer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,17 @@
5858
"*.spec": "python"
5959
},
6060
"files.exclude": {
61-
".mypy_cache": true,
62-
".venv": true,
63-
"**/__pycache__": true,
64-
"**/.idea": true
61+
"**/.idea": true,
62+
"**/.mypy_cache": true,
63+
"**/.pytest_cache": true,
64+
"**/.venv": true,
65+
"**/__pycache__": true
6566
},
6667
"files.watcherExclude": {
6768
"**/.git/objects/**": true,
6869
"**/.idea": true,
6970
"**/.mypy_cache": true,
71+
"**/.pytest_cache": true,
7072
"**/.venv": true,
7173
"**/__pycache__": true
7274
},

0 commit comments

Comments
 (0)