chore: ignore python bytecode in mcp

This commit is contained in:
Tiago Ribeiro 2026-03-09 09:37:11 -03:00
parent eb6a9d855d
commit 2e6de915ed
2 changed files with 2 additions and 0 deletions

2
mcp/.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
__pycache__/
*.pyc