First commit
This commit is contained in:
21
.gitignore
vendored
Normal file
21
.gitignore
vendored
Normal 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/
|
Reference in New Issue
Block a user