Initial template: LFS-Konfiguration und Projektstruktur

This commit is contained in:
2025-12-08 19:32:31 +00:00
commit ad06ecc802
7 changed files with 141 additions and 0 deletions

34
.gitignore vendored Normal file
View File

@@ -0,0 +1,34 @@
# =============================================================================
# .gitignore für Projekt-Repositories
# =============================================================================
# OS-Dateien
.DS_Store
Thumbs.db
desktop.ini
*.swp
*~
# Temporäre Dateien
*.tmp
*.temp
*.bak
*.backup
~$*
# Log-Dateien
*.log
# Cache-Verzeichnisse
.cache/
__pycache__/
node_modules/
# IDE/Editor
.idea/
.vscode/
*.sublime-*
# AutoSave/Recovery
*.autosave
*_recover.*