.gitignore 604 B

12345678910111213141516171819202122232425262728293031
  1. node_modules/
  2. dist/
  3. .angular/
  4. .cache/
  5. coverage/
  6. .playwright-cli/
  7. *.log
  8. .env
  9. .env.*
  10. !.env.example
  11. # Local credential-bearing connection notes must never be committed.
  12. docs/JD-CONNECTION-CONFIG.local.md
  13. # Local implementation/verification notes generated during development.
  14. docs/JD-PRODUCT-DETAIL-PARSE-VERIFICATION-*.md
  15. docs/LISTING-AI-IMPLEMENTATION-PLAN.md
  16. docs/LISTING-AI-IMPLEMENTATION-REPORT-*.md
  17. # Local source workbooks are not committed. Generated normalized data is.
  18. data/source/
  19. # IDE and OS files
  20. .idea/
  21. .DS_Store
  22. Thumbs.db
  23. # Build artifacts and local caches
  24. .npm-cache/
  25. out-tsc/
  26. output/