fix: minor vscode adjustments

This commit is contained in:
2024-10-24 09:32:11 +02:00
parent 6ce0cfbd14
commit 65e93a023b

View File

@@ -26,10 +26,16 @@
"**/db.sqlite3": true, "**/db.sqlite3": true,
"**/.DS_Store": true, "**/.DS_Store": true,
"**/*.pyc": true, "**/*.pyc": true,
"**/__pycache__/": true "**/__pycache__/": true,
"**/build": true,
"**/dist": true,
"**/*.egg-info": true,
}, },
"search.exclude": { "search.exclude": {
"**/.git": true, "**/.git": true,
"**/build": true,
"**/*.egg-info": true,
"**/dist": true,
"**/.venv": true, "**/.venv": true,
"**/tmp": true, "**/tmp": true,
"htmlcov/*": true, "htmlcov/*": true,