new system prototype

This commit is contained in:
2026-04-15 10:19:42 +02:00
parent e805f225bc
commit 034b108c7e
80 changed files with 12212 additions and 890 deletions

14
.gitignore vendored Normal file
View File

@ -0,0 +1,14 @@
# Secrets and session data
tokens.jsonl
valid_tokens.txt
.env
# Encrypted database, temp files, backups
uploads/
# OS / editor
.DS_Store
Thumbs.db
*.swp
*.swo
*~