First commit

This commit is contained in:
2025-09-14 16:56:08 +02:00
commit 079bd25899
19 changed files with 976 additions and 0 deletions

21
.gitignore vendored Normal file
View File

@@ -0,0 +1,21 @@
# --- Python / environment ---
.venv/
__pycache__/
*.py[cod]
*.egg-info/
.DS_Store
# --- Secrets ---
.env
# --- Local database (optional) ---
# Comment out if you DO want to commit newsletter history!
data/*.db
# --- Build outputs ---
dist/
*.html
# --- Logs / temp ---
*.log
.cache/