{ "venvPath": "backend", "venv": ".venv", "extraPaths": ["."], "include": ["backend"], "exclude": [ "**/__pycache__", "**/.mypy_cache", "**/.ruff_cache", "**/.pytest_cache", "**/node_modules", ".claude", "frontend/dist", "backend/.venv" ], "reportMissingTypeStubs": false }