21 lines
287 B
Plaintext
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/ |