Initial commit: FreeCAD workspace with Robust MCP Bridge setup

This commit is contained in:
petemar
2026-07-09 13:18:20 +02:00
commit 1e6dcd6faf
+29
View File
@@ -0,0 +1,29 @@
# Python virtual environment
.venv/
venv/
env/
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# OS
Thumbs.db
.DS_Store
# FreeCAD
*.pyc
# Editors
.vscode/
.idea/
*.swp
*.swo
# Temp scripts used during setup
add_gitea_token.ps1
add_freecad_mcp.ps1
update_manifest.ps1