.gitignore
node_modules/ .env* tmp/ *.log .DS_Store dist/ build/ data/subscribers.jsonl # Snapshot / backup artifacts — must never be committed *.bak *.bak.* *.pre-* *.orig *.rej *~ .next/
.gitignorenode_modules/ .env* tmp/ *.log .DS_Store dist/ build/ data/subscribers.jsonl # Snapshot / backup artifacts — must never be committed *.bak *.bak.* *.pre-* *.orig *.rej *~ .next/