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:
6
.gitignore
vendored
6
.gitignore
vendored
@@ -3,8 +3,14 @@ __pycache__/
|
|||||||
*.egg-info/
|
*.egg-info/
|
||||||
.pytest_cache/
|
.pytest_cache/
|
||||||
venv/
|
venv/
|
||||||
|
.venv/
|
||||||
.worktrees/
|
.worktrees/
|
||||||
*.pdf
|
*.pdf
|
||||||
|
|
||||||
|
# Local tooling / editor / agent state (not shared)
|
||||||
|
.claude/
|
||||||
|
.vscode/
|
||||||
|
.mcp.json
|
||||||
|
|
||||||
# Capture data (sniffs, sims, taginfo scans)
|
# Capture data (sniffs, sims, taginfo scans)
|
||||||
data/
|
data/
|
||||||
|
|||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user