-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
83 lines (72 loc) · 1.37 KB
/
.gitignore
File metadata and controls
83 lines (72 loc) · 1.37 KB
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
.venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
# Node
node_modules/
.next/
out/
dist/
coverage/
*.tsbuildinfo
# Env
.env
.env.local
# OS / Editors
.DS_Store
.vscode/
.idea/
# Build artifacts
*.log
*.sqlite3
# Supabase local
supabase/.temp/
.vercel
uv.lock
# MCP Registry auth tokens
packages/mcp/.mcpregistry_*
# Internal operating files — not part of the public product surface
prompts/
.compound-beads/
.claude/
memory/
BUILD-PLAN.md
PRINCIPLES.md
ASTRO-MIGRATION-SPEC.md
GAP6-SPEC.md
AGENTS.md
# Internal docs (planning, process, work-unit specs)
docs/AUDIT-LIVE-PERSONA-TEST-*.md
docs/DESIGN-BRIEF.md
docs/DISCOVER-SURFACE-*.md
docs/GAP5*.md
docs/INITIAL-DATASET-*.md
docs/MCP-SERVER-*.md
docs/PROXY-CORE-*.md
docs/SCORE-CONTRACT-CONSUMER-AUDIT.md
docs/SETTLEMENT-RUNBOOK.md
docs/TESTER-FLEET-*.md
docs/VERIFICATION-REPORT-*.md
docs/WALLET-KEY-MANAGEMENT.md
docs/WU-*.md
docs/design-reference.html
# Private operator materials now live in the private workspace repo by default
# Keep only public product docs here.
docs/panels/
docs/runbooks/
docs/DOGFOOD-LOOP.md
# Local proofs and witness bundles are generated here, but only curated public datasets belong in git.
anchors/*
!anchors/.gitkeep
artifacts/*
!artifacts/autonomy-scores.json
!artifacts/dataset-scores.json
# Internal benchmark artifacts
artifacts/benchmarks/