commit 1e6dcd6faf85ed08525cb8f805d25791e9458d3e Author: petemar Date: Thu Jul 9 13:18:20 2026 +0200 Initial commit: FreeCAD workspace with Robust MCP Bridge setup diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7521f9d --- /dev/null +++ b/.gitignore @@ -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