3 pages (market, PRINZIP drilldown, developers leaderboard) on top of existing v_developer_full_metrics + domrf_realization views. ECharts on the frontend, FastAPI router /api/v1/analytics on the backend.
35 lines
473 B
Text
35 lines
473 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/
|
|
*.csv
|
|
*.csv.zip
|
|
!backend/db/init/*.sql
|