{ // Backend settings "files.exclude": { "**/__pycache__/**": true }, "mypy-type-checker.args": ["--config-file='backend/mypy.ini'"], "python.defaultInterpreterPath": "./backend/.venv/bin/python", // Frontend settings "prettier.configPath": "./frontend/.prettierrc" }