Files
texas-inspection-expenses/.vscode/settings.json
dadams da28b6a265 Add venv interpreter config and gitignore
VS Code workspace settings point to project-local .venv so the correct
Python interpreter is auto-selected on open.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:25:44 -08:00

6 lines
177 B
JSON

{
"python.defaultInterpreterPath": "${workspaceFolder}/.venv/bin/python3",
"python.terminal.activateEnvironment": true,
"jupyter.notebookFileRoot": "${workspaceFolder}"
}