3 Commits

Author SHA1 Message Date
19c599c952 Use absolute path for venv interpreter in workspace settings
Relative paths are not resolved by VS Code for python.defaultInterpreterPath.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:29:49 -08:00
612d8c11e2 Fix VS Code interpreter path to use relative path
${workspaceFolder} is not expanded in python.defaultInterpreterPath;
use a relative path instead.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-25 12:27:41 -08:00
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