62 lines
749 B
Plaintext
62 lines
749 B
Plaintext
# Universal Template Windows
|
|
# Version: v1.0.1
|
|
|
|
# Betriebssystem-spezifische Dateien
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Editor- und IDE-Dateien
|
|
.vscode/
|
|
.idea/
|
|
*.sublime-workspace
|
|
*.sublime-project
|
|
|
|
# Log- und temporäre Dateien
|
|
*.tmp
|
|
*.swp
|
|
|
|
# OrcaSlicer temp/output (optional)
|
|
OrcaSlicer/logs/
|
|
OrcaSlicer/cache/
|
|
OrcaSlicer/outputs/
|
|
OrcaSlicer/temp/
|
|
|
|
# Windows spezifisch
|
|
ntuser.dat*
|
|
ntuser.ini
|
|
Desktop.ini
|
|
|
|
# Linux spezifisch
|
|
*~
|
|
.cache/
|
|
|
|
# FreeCAD backup files
|
|
*.FCBak
|
|
*.FCTmp
|
|
*.AutoSave.FCStd
|
|
*.FCStd1
|
|
*.FCStd2
|
|
*.FCStd3
|
|
|
|
# System-/Editor-spezifische Dateien
|
|
.DS_Store
|
|
Thumbs.db
|
|
desktop.ini
|
|
|
|
# Temporäre Dateien
|
|
*.swp
|
|
*.swo
|
|
*.bak
|
|
*.tmp
|
|
|
|
# Logfiles
|
|
*.log
|
|
|
|
# Projekt-Cache oder Build-Ordner (optional, falls vorhanden)
|
|
__pycache__/
|
|
build/
|
|
dist/
|
|
|
|
# Custom
|
|
*.pdf
|