mcp: clean tracked artifacts and document rollout

This commit is contained in:
MaksTinyWorkshop
2026-03-31 15:10:38 +02:00
parent fc0bec0e2b
commit 547ffb8e6f
13 changed files with 133 additions and 10 deletions

13
.gitignore vendored
View File

@@ -1,2 +1,13 @@
.vscode
.DS_Store
.DS_Store
# Python / MCP
__pycache__/
*.py[cod]
.pytest_cache/
.venv/
# Build artifacts
build/
dist/
*.egg-info/