This commit is contained in:
Oleg Sheynin
2025-07-07 22:00:57 +00:00
parent 191feb341d
commit 352f7df269
14 changed files with 311 additions and 26 deletions
+24
View File
@@ -0,0 +1,24 @@
{
"include": [
"src"
],
"exclude": [
"**/node_modules",
"**/__pycache__",
"**/.*",
"results",
"data"
],
"ignore": [],
"defineConstant": {},
"typeCheckingMode": "basic",
"useLibraryCodeForTypes": true,
"autoImportCompletions": true,
"autoSearchPaths": true,
"extraPaths": [
"src"
],
"stubPath": "./typings",
"venvPath": ".",
"venv": "python3.12-venv"
}