- Rename scrapers/digikey.ts → scrapers/mouser.ts: export scrapeMouser() (file was Mouser API implementation mislabeled from task origin) - Fix scheduler.ts mouser-oem worker: import scrapeMouser from ./scrapers/mouser - Delete switch-seed-smb.ts (unreferenced, no CLI flag, no scheduler job) - Add storage/, storage-fs/, .crawlee/ to .gitignore (Crawlee runtime artifacts)
20 lines
256 B
Plaintext
20 lines
256 B
Plaintext
node_modules/
|
|
dist/
|
|
*.tsbuildinfo
|
|
.DS_Store
|
|
.env*
|
|
.dev.vars
|
|
*.local
|
|
wrangler.toml
|
|
ecosystem.config.js
|
|
|
|
# Downloaded product assets (images, PDFs)
|
|
assets/images/
|
|
assets/datasheets/
|
|
assets/manuals/
|
|
|
|
# Crawlee runtime artifacts
|
|
storage/
|
|
storage-fs/
|
|
.crawlee/
|