Telemovris 2.0 Rewrite

This commit is contained in:
Joan
2026-01-26 15:17:54 +01:00
commit b128c99334
382 changed files with 6510 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# System
.DS_Store
Thumbs.db
# Config and Secrets
.env
.env.*
!.env.example
data/config.json
data/*.lock
data/*.signal
# Runtime Data
data/*.madeline
data/*.madeline.*
data/*.mp3
data/*.wav
data/*.log
redis_data/
# Dependencies (if installed locally)
vendor/
composer.lock
# IDE
.idea/
.vscode/