Initial commit

This commit is contained in:
2026-02-11 14:24:03 +01:00
parent 03677dd0cc
commit c17917ebfb
25 changed files with 5986 additions and 0 deletions

39
.gitignore vendored Normal file
View File

@@ -0,0 +1,39 @@
# --- Geheimnisse & Lokale Konfiguration ---
.env
.env.local
config/local.yaml
# Betriebssysteme
.DS_Store
Thumbs.db
AppleDouble
.LSOverride
# Thumbnails
._*
# Files that might be created in the root of a FAT file system
.Spotlight-V100
.Trashes
# Editoren / IDEs
.vscode/
.idea/
*.swp
*~
# Logs und temporäre Dateien
*.log
npm-debug.log*
# --- Build-Ausgaben, Executables & Cache ---
*.exe
*.dll
*.so
*.dmg
*.iso
# Icon must end with two \r
Icon