-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy path.gitignore
More file actions
36 lines (31 loc) · 812 Bytes
/
Copy path.gitignore
File metadata and controls
36 lines (31 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
node_modules
.next
dist
*.tsbuildinfo
__pycache__
.venv
*.egg-info
uv.lock
package-lock.json
pnpm-lock.yaml
yarn.lock
bun.lockb
.env
.env.local
postgres-data
redis-data
.DS_Store
# LangGraph dev runtime state (per-session checkpoint cache)
apps/agent/.langgraph_api/
# mcp-use widget build artifacts (per-widget vite temp dirs); only the
# generated tool-registry.d.ts is tracked.
apps/mcp/.mcp-use/*
!apps/mcp/.mcp-use/tool-registry.d.ts
# Local lead-store cache (auto-created from apps/agent/data/leads.seed.json on
# first read when Notion isn't configured). Per-checkout, never committed.
apps/agent/data/leads.local.json
# Claude Code harness scaffolding (per-checkout, not for downstream teams)
.claude/
# Internal: starter-kit authoring docs, not for downstream hackathon teams
COMPLIANCE.md
PLAN.md