442-sweep instructions #16 Dockerfile: runner (lean, 1.6 GB) + runner-with-chromium (2.9 GB). Compose + deploy.yml pushes 2 GHCR images. Backend saves 1.3 GB. #15 5 backend object endpoints + /analytics/objects/[id] page (gallery, POI table, sale chart) + sparkline-driven PrinzipObjectsTable. #14 prinzip_leads/deals + 2 MVs. Import script with PII-hashing & --inspect-only mode. 3 funnel endpoints + Sankey/Monthly charts. #13 README section with UI/CLI/SQL for 442-object sweep.
37 lines
524 B
Text
37 lines
524 B
Text
# Memory graph (hardlink to C:\mcp\.aim\memory-gendesign.jsonl)
|
|
*.jsonl
|
|
!memory/memory-gendesign.jsonl
|
|
|
|
# Python / Node / venv
|
|
.venv/
|
|
__pycache__/
|
|
*.pyc
|
|
*.egg-info/
|
|
node_modules/
|
|
|
|
# Next.js build artifacts
|
|
.next/
|
|
frontend/.next/
|
|
out/
|
|
|
|
# Env / secrets
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
.mcp.json
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
|
|
# Claude Code local state
|
|
.claude/
|
|
|
|
# Local data (raw CSVs from Rosreestr/etc — too large for git)
|
|
data/raw/
|
|
data/raw/prinzip_crm.sqlite
|
|
data/raw/domrf_photos/
|
|
*.csv
|
|
*.csv.zip
|
|
!backend/db/init/*.sql
|