Installierbar als Remote-Extension via Gitea-Raw-URL, Updates per Klick. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
22 lines
293 B
Plaintext
22 lines
293 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
|
|
# Addon-Laufzeitdaten (eigene Presets bleiben lokal)
|
|
rock_presets.json
|
|
|
|
# Blender
|
|
*.blend1
|
|
*.blend2
|
|
|
|
# Extension-Build-Staging (dist/ wird bewusst committet -> Hosting via Raw-URL)
|
|
_extsrc/
|
|
|
|
# OS / Editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.vscode/
|
|
.idea/
|