Initiale Version des Romexis Implant Library Online Installers

- GUI zur Verwaltung von Implantbibliotheken
- Automatischer Download von Planmeca
- Integration der Original-Herstellerinstaller
- Automatisches Romexis-Backup
- Download-Cache und Updateerkennung
- Fortschrittsanzeige und Protokollierung
This commit is contained in:
2026-05-31 17:35:36 +02:00
commit 42e37e8de7
5 changed files with 1538 additions and 0 deletions

46
.gitignore vendored Normal file
View File

@@ -0,0 +1,46 @@
# PowerShell / editor
*.ps1xml
*.psm1
*.psd1
*.ps1.user
.vscode/
.idea/
# Lokale Logs / Testausgaben
*.log
log.txt
logs/
*.tmp
*.temp
# Downloads / Cache / Herstellerpakete
*.zip
*.download
*.meta.json
RomexisImplantLibraryCache/
cache/
downloads/
# Entpackte Installationsdateien
temp/
tmp/
extracted/
Implant_library_files/
# Backups / Datenbank Dumps
*.bak
*.BAK
*.sql.bak
backup/
backups/
# Windows / Explorer
Thumbs.db
Desktop.ini
$RECYCLE.BIN/
# macOS falls das Repo mal dort geöffnet wird
.DS_Store
# PowerShell Transcripts
PowerShell_transcript*.txt