.gitignore 112 B

12345678
  1. node_modules/
  2. dist/
  3. *.tsbuildinfo
  4. # Playwright e2e artifacts
  5. test-results/
  6. playwright-report/
  7. .playwright-mcp/