.gitignore
# Dependencies node_modules/ # Next.js /.next/ .vercel # Production /build # Misc .DS_Store *.pem # Debug npm-debug.log* # Local env files .env*.local # TypeScript *.tsbuildinfo next-env.d.ts # Capacitor .capacitor/ # Standing-rule additions (2026-05-07) tmp/ *.log dist/ # Archive / backup files — never serve these *.tar.gz *.tar *.zip *.bak *.bak-* *.pre-* *.orig *.save *.old *~ copy-of-*