- Removed ~25k build artifact files (node_modules, .next, dist, out)
- Enhanced .gitignore with comprehensive Node.js, Next.js, and build patterns
- Removed generated web assets from pkg/web (HTML, CSS, JS build outputs)
- Added environment files, cache directories, and runtime files to .gitignore
- Repository size reduction: ~688MB of unnecessary build artifacts removed
This significantly reduces repository size and ensures clean version control
by only tracking source files rather than generated build outputs.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>