.gitignore
node_modules/ # Secrets — match all .env variants. Literal `.env` missed `.env.local` / `.env.production`. .env .env.* !.env.example *.log .DS_Store output/ # Standing-rule additions (2026-05-07) tmp/ dist/ build/ .next/ # Snapshot/backup artifacts (standing fleet-refactor rule 2026-05-19) *.bak *.bak.* *.pre-* *.orig *~