REMOVED VSCODE FOLDER

This commit is contained in:
2025-09-25 21:21:01 +02:00
parent c861234c17
commit 48f1efd2b2
2 changed files with 3 additions and 7 deletions

3
.gitignore vendored
View File

@@ -175,3 +175,6 @@ cython_debug/
# chroma db
./chroma_db/
# VS Code
.vscode/

View File

@@ -1,7 +0,0 @@
{
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}