394a0480d0
- Remove backend coverage text files (detailed_coverage.txt, dns_handler_coverage.txt, etc.) - Remove frontend test artifacts (coverage-summary.json, test_output.txt) - Remove backend test-results metadata - Total space saved: ~460MB from working directory All these files are properly gitignored and will be regenerated by CI/CD
Frontend (Vite + React)
Development
cd frontend
npm install
npm run dev
Production build
cd frontend
npm run build