Crawler (Majestic Million → undici → cheerio → Meilisearch), Hono search API with P2P peer federation, Cloudflare Worker frontend, VM provisioning scripts. Adds README, .gitignore, and moves VM credentials out of deploy.sh into a git-ignored deploy.env. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
20 lines
242 B
Text
20 lines
242 B
Text
# Dependencies
|
|
node_modules/
|
|
|
|
# Crawler data
|
|
crawler/domains.csv
|
|
crawler/*.csv
|
|
|
|
# Wrangler / Cloudflare
|
|
.wrangler/
|
|
dist/
|
|
|
|
# Local env / secrets (never commit VM passwords, keys)
|
|
.env
|
|
.env.local
|
|
deploy.env
|
|
*.local
|
|
|
|
# Logs & OS
|
|
*.log
|
|
.DS_Store
|