# Build-time-only exclusions for the frontend image.
**/node_modules
**/dist
**/.vite
**/.cache
**/.eslintcache
**/coverage
docs/
backend/
tests/
*.test.ts
*.test.tsx
**/*.test.*