We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 845a505 commit a9299f3Copy full SHA for a9299f3
.devcontainer/devcontainer.json
@@ -58,15 +58,17 @@
58
"*.spec": "python"
59
},
60
"files.exclude": {
61
- ".mypy_cache": true,
62
- ".venv": true,
63
- "**/__pycache__": true,
64
- "**/.idea": true
+ "**/.idea": true,
+ "**/.mypy_cache": true,
+ "**/.pytest_cache": true,
+ "**/.venv": true,
65
+ "**/__pycache__": true
66
67
"files.watcherExclude": {
68
"**/.git/objects/**": true,
69
"**/.idea": true,
70
"**/.mypy_cache": true,
71
72
"**/.venv": true,
73
"**/__pycache__": true
74
0 commit comments