Files
newsletter-builder/.gitignore
2025-09-14 16:56:08 +02:00

21 lines
287 B
Plaintext

# --- 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/