Skip to content

Commit 3556701

Browse files
committed
chore: add watcher items
1 parent e343e1d commit 3556701

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.devcontainer/devcontainer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,11 @@
6363
"**/.idea": true
6464
},
6565
"files.watcherExclude": {
66-
"**/__pycache__": true,
6766
"**/.git/objects/**": true,
68-
"**/.idea": true
67+
"**/.idea": true,
68+
"**/.mypy_cache": true,
69+
"**/.venv": true,
70+
"**/__pycache__": true
6971
},
7072
"python.defaultInterpreterPath": "/usr/local/bin/python",
7173
"python.envFile": "${workspaceFolder}/.env",

0 commit comments

Comments
 (0)