.gitignore
node_modules/ .env .env.* tmp/ *.log .DS_Store dist/ build/ .next/ # Snapshot/rollback artifacts from refactor passes — must never ship to prod. # Pair this with the static-bak guard middleware in server.js that 404s any # request whose path includes these patterns even if a file slips through. *.bak *.bak.* *.pre-*