{ "include": ["."], "exclude": ["**/node_modules", "**/__pycache__", "**/.venv", "**/.git", "**/dist", "**/build", "**/tests/**", "tavilytool.py"], "ignore": [], "reportMissingImports": true, "reportMissingTypeStubs": false, "pythonVersion": "3.13", "typeCheckingMode": "standard" }