# Git and GitHub .git .github .husky # Dependencies node_modules ui/node_modules # Build outputs (rebuilt in container) dist ui/dist ui/.vite # Test and coverage coverage ui/coverage tests **/__tests__ # Environment files (SECURITY: prevent secret leakage) .env .env.* .env.local .env.production .env.development # Documentation (not needed for runtime) docs *.md !README.md !LICENSE # Logs and OS files *.log .DS_Store Thumbs.db # IDE and editor .vscode .idea *.swp *.swo # Misc *.tgz *.tar.gz