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 (all scraper-specific storage dirs)
storage/
storage-*/
.crawlee/

# Local credentials (never commit)
.tip/.env
run-fs-scraper-mac.sh.local

# Training / SFT datasets — bulk data + potential internal pricing/market intel, keep out of git
*.jsonl
training-data/runpod/**/*.jsonl
training-data/*.jsonl
