Migrate to GitLab

This commit is contained in:
jonasgaudian
2026-02-12 09:51:22 +01:00
commit d7f49197c0
57 changed files with 9838 additions and 0 deletions

10
excel_filter/.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,10 @@
{
"python.testing.pytestArgs": [
"--rootdir=.",
"tests"
],
"python.testing.pytestEnabled": true,
"python.testing.unittestEnabled": false,
"python.envFile": "${workspaceFolder}/.env",
"python.defaultInterpreterPath": "python"
}