| 12345678910111213141516171819202122232425262728293031 |
- node_modules/
- dist/
- .angular/
- .cache/
- coverage/
- .playwright-cli/
- *.log
- .env
- .env.*
- !.env.example
- # Local credential-bearing connection notes must never be committed.
- docs/JD-CONNECTION-CONFIG.local.md
- # Local implementation/verification notes generated during development.
- docs/JD-PRODUCT-DETAIL-PARSE-VERIFICATION-*.md
- docs/LISTING-AI-IMPLEMENTATION-PLAN.md
- docs/LISTING-AI-IMPLEMENTATION-REPORT-*.md
- # Local source workbooks are not committed. Generated normalized data is.
- data/source/
- # IDE and OS files
- .idea/
- .DS_Store
- Thumbs.db
- # Build artifacts and local caches
- .npm-cache/
- out-tsc/
- output/
|