feat: add setup

This commit is contained in:
h
2026-05-21 23:54:13 +02:00
commit 99af700ff2
15 changed files with 2754 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"venvPath": ".",
"venv": ".venv",
"pythonVersion": "3.13",
"include": ["config.py"],
"exclude": [".venv", "**/__pycache__"],
"reportMissingImports": "error",
"reportMissingTypeStubs": "none"
}