Add extensions

This commit is contained in:
Andras Schmelczer 2026-02-01 11:07:34 +00:00
parent 07a5fdc31f
commit 2ac37ece97
2 changed files with 34 additions and 2 deletions

View file

@ -4,6 +4,7 @@
"**/__pycache__": true,
"**/node_modules": true,
"**/.ruff_cache":true,
"**/.pytest_cache":true
"**/.pytest_cache":true,
"**/target":true
}
}
}