← back to Commercialrealestate
.gitignore
64 lines
node_modules/
.env*
tmp/
*.log
.DS_Store
dist/
build/
.next/
data/raw/
data/morning-report.html
# Assessor SQLite roll (~449MB) — shipped to prod via rsync, NOT git (would bloat history).
# Rebuild locally with: node scripts/export-assessor-sqlite.js
data/assessor.sqlite
data/assessor.sqlite-shm
data/assessor.sqlite-wal
data/dre-cache.json
data/alerts-out/
data/gov-seen-state.json
# Agent-contact CRM store (runtime user data — the saved contact dates + letters log)
data/agent-contacts.json
data/agent-contacts.json.tmp
data/raw/body-colliers-*.json
data/*.pre-*.bak
data/raw/*.pre-*.bak
data/edgar-reit-deals.json
data/deals-flow.json
data/modal-opens.jsonl
data/crcp-accounts.json
data/deal-alerts-out/
# Broker-of-record history store WAL/SHM sidecars (runtime only; the .sqlite itself IS tracked —
# small, append-only, seeded by scripts/backfill-broker-of-record.js). TK-10139.
data/broker-of-record.sqlite-shm
data/broker-of-record.sqlite-wal
*.bak-*
data/condo-notes.json
data/dre-bylicense-cache.json
# review/scratch artifacts (never ship)
.playwright-mcp/
crcp-baseline-full.png
crcp-redesign-*.png
crcp-live-*.png
# yoloforever cycle 2: debug harness + recording artifacts from CTA/screenrecord agents (never ship)
screenrecord/
cta/
scripts/cta-*.js
scripts/screenrecord-*.js
mls-*.png
# per-user private listing notes (runtime data)
data/sfr-notes.json
# cache with key-shaped strings — never commit (session close 8/20)
data/qwen-cache.json
data/refresh-loan-officers.log
data/afternoon-report.html
data/residential-report.html