{ "venvPath": ".", "venv": ".venv", "pythonVersion": "3.13", "include": ["src"], "exclude": [".venv", "**/__pycache__", ".pytest_cache"], "extraPaths": ["."], "reportMissingImports": "error", "reportMissingTypeStubs": "none" }