.gitignore
node_modules/ .next/ dist/ .cache/ *.log .env .env.local # Standing-rule additions (2026-05-07) tmp/ .DS_Store build/ *.bak *.bak-* *.pre-* *.orig *.old *~ copy-of-*
.gitignorenode_modules/ .next/ dist/ .cache/ *.log .env .env.local # Standing-rule additions (2026-05-07) tmp/ .DS_Store build/ *.bak *.bak-* *.pre-* *.orig *.old *~ copy-of-*