{ "python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python", "python.terminal.activateEnvironment": true, "python.venvPath": "${workspaceFolder}", "files.exclude": { "**/.venv": false } }