Initial commit

This commit is contained in:
2026-09-04 19:51:02 +02:00
parent 7840783dc6
commit 13bae7d600
14 changed files with 3766 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@@ -0,0 +1,16 @@
# Konfiguration mit Geheimnissen
.env
rollen.yml
# Laufzeitdaten
data/
migration.sqlite
*.json
!*.example.json
*.csv
*.dump
fix_added.py
# Python
__pycache__/
*.pyc