Small changes

This commit is contained in:
Andras Schmelczer 2026-01-31 12:48:47 +00:00
parent a316556a03
commit 400f733956
2 changed files with 4 additions and 1 deletions

View file

@ -2,6 +2,8 @@
"files.exclude": {
"*.venv": true,
"**/__pycache__": true,
"**/node_modules": true
"**/node_modules": true,
"**/.ruff_cache":true,
"**/.pytest_cache":true
}
}