Initial commit: FreeCAD workspace with Robust MCP Bridge setup
This commit is contained in:
+29
@@ -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
|
||||
Reference in New Issue
Block a user