{ "python.defaultInterpreterPath": "backend/.venv/bin/python", "python.analysis.typeCheckingMode": "strict", "python.analysis.include": ["backend"], "python.analysis.exclude": [ "backend/.venv", "backend/uv-bin", "backend/data", "backend/tests" ], "python.analysis.diagnosticSeverityOverrides": { "reportMissingTypeStubs": "none" }, "eslint.workingDirectories": ["frontend"] }