Repo-Bereinigung: .gitignore, .DS_Store + verwaiste gate-tile.svg entfernt

- .gitignore fuer .DS_Store, OpenSCAD-Vorschau (_*.png) und Export-Artefakte
  (*.stl/*.bak/*.tmp).
- .DS_Store aus Tracking entfernt.
- gate-tile.svg geloescht: das Bauteil existiert nicht mehr (Gate = Puck in rot).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
breitenbach76 2026-06-05 11:20:59 +02:00
parent b4b896a408
commit 68995d12b0
3 changed files with 6 additions and 80 deletions

6
.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
.DS_Store
# OpenSCAD Render-/Export-Artefakte (Vorschau + STL)
_*.png
*.stl
*.bak
*.tmp