**/bin/ **/obj/ frontend/node_modules/ frontend/dist/ frontend/.env.local # Vite build output copied into the Host's wwwroot by KArtSell.Host.csproj's # BuildFrontend target (local dev) and by .gitea/workflows/deploy.yml (production). # Content-hashed filenames change on every rebuild even with no source changes, # so this must never be committed -- see CURRENT_ROADMAP.md item #3. src/KArtSell.Host/wwwroot/assets/ src/KArtSell.Host/wwwroot/index.html frontend/test-results/ .playwright/ TestResults/ *.user *.suo .DS_Store __pycache__/ *.pyc *.log host*.log artifacts/ publish-verify/