-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy path.gitignore
More file actions
150 lines (121 loc) · 2.61 KB
/
Copy path.gitignore
File metadata and controls
150 lines (121 loc) · 2.61 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
# MCP config with API keys
cc_mcp_config.json
.mcp.json
.codex/config.toml
# Dependencies
node_modules/
# Build output
dist/
!plugins/thoughtbox-claude-code/dist/
!plugins/thoughtbox-claude-code/dist/**
.smithery/
# Environment variables
.env
.env.local
.env.*.local
# Logs (but keep refactoring game archives)
logs/
!logs/refactoring-games/
*.log
# Refactoring game temporary state
.refactoring-game/
.interleaved-thinking/
# Probe harness run output
scripts/probes/runs/
# ULC / Ralph loop runtime state
.claude/ulc-state.local.json
.claude/ralph-loop.local.md
# IDE
.DS_Store
.vscode/settings.json
# Temporary files
*.swp
*.swo
*~
claude-code-docs-two/
.mcp.github.json
mcp-ts-template/
# Claude Code — only ignore machine-local runtime files
.claude/settings.local.json
.claude/state/
.claude/session-handoff.json
# Specifications and working artifacts (local development)
.specification-suite/
.hub-tdd/
.agentops-tdd/
.multi-agent-tdd/
.profiles-tdd/
.claude-flow/
.swarm/
# Roo configuration and local data
.roo/
REASONING_PATTERNS_REPORT.md
AGENT-EXPERIENCE-REPORT.md
STATUS-*.md
# Srcbook development/testing files
srcbook/
*.src.md
# Roo modes configuration
.roomodes
.rooskills
# Local documentation (source files for bundled content)
local-docs/
smithery-docs/
mcp-specs/
sdk/
# Improvement opps
improvement-recs/
.tessl/
.thoughtbox/
# Knowledge graph: track JSONL, ignore SQLite index
!.thoughtbox/**/memory/graph.jsonl
.thoughtbox/**/memory/memory.db
.thoughtbox/**/memory/.embedding-cache/
adat.md
# Claude Code plugins
.claude-plugin/
!.claude-plugin/
!.claude-plugin/marketplace.json
# Workflow conductor runtime state (ephemeral, per-workflow)
.workflow/
# HDD session state (ephemeral, per-session)
.hdd/
# Ephemeral runtime state (not design artifacts)
.code-review/
.docs-research/
.letta/
tech_stack/
.eval/metrics/session-*.json
# Analysis and blog posts (local development artifacts)
adat.md
glassBead-thoughtbox-blog.md
NOTEBOOK_CAPABILITIES_REPORT.md
NOTEBOOK_DUAL_TRANSPORT_ANALYSIS.md
CLEANUP_REPORT.md
EXPLORATION_REPORT_*.md
MENTAL-MODELS-*.md
SESSION-*.md
STATUS-REPORT-*.md
uncommitted-changes-*.patch
CHANGELOG-SYSTEM-IMPLEMENTATION.md
# Tessl configuration (local usage only)
tessl.json
# IDE-specific configurations
.cursor/
# Note: generated template files should optionally be ignored (can commit for convenience)
# src/notebook/templates.generated.ts
mcp-servers/
ai_docs/
traces/
plans/
kastalien-srcbook/
.spec-orchestrator/
.spec-validator/
ai_docs/claude-platform-docs/
dgm-specs/history/runs/*.json
thoughtbox-web-two/
.worktrees/
.claude/worktrees/
*.db
.specs/channel-daemon/chatgpt01.md
rlm-code/