Update config

This commit is contained in:
Andras Schmelczer 2026-02-07 10:02:01 +00:00
parent d2e16d6a50
commit 5f060d2994
4 changed files with 111 additions and 29 deletions

10
.vscode/settings.json vendored
View file

@ -3,8 +3,10 @@
"*.venv": true,
"**/__pycache__": true,
"**/node_modules": true,
"**/.ruff_cache":true,
"**/.pytest_cache":true,
"**/target":true
"**/.ruff_cache": true,
"**/.pytest_cache": true,
"**/target": true,
"frontend/dist": true,
"**/.task": true
}
}
}