hide pycache from vscode explorer

This commit is contained in:
2026-03-18 10:35:12 +01:00
parent 484809356f
commit 32d8185f66

View File

@@ -19,5 +19,8 @@
"terminal.integrated.hideOnStartup": "always",
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"files.exclude": {
"**/__pycache__": true
}
}