chore: ignore .venv/.claude/.vscode/.mcp.json, untrack committed pyc

.gitignore had `venv/` but the project's virtualenv is `.venv/`; add it plus
local-only agent/editor state so a `git add -A` can't sweep them in. Also stop
tracking four .pyc files committed before the __pycache__ ignore rule existed.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
michael
2026-07-05 12:57:56 -07:00
parent dc626faa60
commit 9843ecdc30
5 changed files with 6 additions and 0 deletions