Skip to content

Commit 87cd668

Browse files
gitignore: ignore Python bytecode/pytest caches (tests/mcp)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 8e47660 commit 87cd668

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ crytic-export/
2222
echidna.cabal
2323
*.swp
2424
profiles/
25+
26+
# Python (MCP test suite under tests/mcp/, helper scripts)
27+
__pycache__/
28+
*.py[cod]
29+
.pytest_cache/
30+
.venv/

0 commit comments

Comments
 (0)