Add project files: source code, Docker setup, docs and config templates

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
root
2026-04-28 11:21:39 +02:00
parent 32012cd670
commit 69f2ee866a
18 changed files with 5216 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
# Secrets / Zugangsdaten
.env
# Python
.venv/
__pycache__/
*.pyc
*.pyo
*.pyd
# Daten & Logs
data/
# IDE
.idea/
.vscode/
# Screenshots
*.png
*.jpg