34 lines
349 B
Plaintext
34 lines
349 B
Plaintext
# 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
|
|
|
|
# CodeWhale workspace config
|
|
.codewhale/
|
|
|
|
# Temp scripts used during setup
|
|
add_gitea_token.ps1
|
|
add_freecad_mcp.ps1
|
|
update_manifest.ps1
|
|
remove_global_freecad.ps1
|