.gitignore
node_modules/ .env data/*.db logs/*.log screenshots/ .DS_Store .env.local .env.*.local .env.* tmp/ dist/ build/ .next/ # Standing-rule additions (2026-05-07) *.log # Backup / editor / patch junk (standing rule 2026-05-19) *.bak *.bak.* *.pre-* *.orig *.rej *~ .swp .swo