-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy path.gitignore
More file actions
98 lines (79 loc) · 1.59 KB
/
.gitignore
File metadata and controls
98 lines (79 loc) · 1.59 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
# Binaries
/gt
/gt-proxy-server
/gt-proxy-client
*.exe
# Build
/dist/
/build/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Claude Code local state (but track commands/skills)
.claude/
!.claude/commands/
!.claude/skills/
# Test
coverage.out
*.test
internal/events/*/
# Local config
config.toml
!config.example.toml
!internal/hooks/templates/vibe/config.toml
gt
# Runtime state (ignore contents, but allow setup-hooks to be tracked)
state.json
.runtime/*
!.runtime/setup-hooks/
# Beads runtime state (not tracked)
# Formulas ARE tracked for `go install @latest` - see bottom of file
.beads/redirect
.beads/interactions.jsonl
.beads/metadata.json
.beads/mq/
.beads/last-touched
.beads/daemon-*.log.gz
.beads/.sync.lock
.beads/sync_base.jsonl
.beads/backup/
.beads-wisp/
# Clone-specific CLAUDE.md (regenerated locally per clone)
CLAUDE.md
# But keep the embedded template for gt doctor version checks
!internal/templates/townroot/claude.md
# Formulas: source of truth is internal/formula/formulas/ (embedded in binary).
# .beads/formulas/ is provisioned at runtime by gt install / gt doctor fix.
# Gas Town (added by gt)
.beads/
.logs/
logs/
settings/
.events.jsonl
.events.jsonl.lock
.sqlhistory
.fork-integration.json
# Nix build
result
# bv (beads viewer) local config and caches
.bv/
# Opencode
.opencode/
# Gas Town (added by gt)
__pycache__/
# Dolt database files (added by bd init)
.dolt/
*.db
# Beads / Dolt files (added by bd init)
.beads-credential-key
# Gas Town (added by gt)
.runtime/
CLAUDE.local.md
# Fork research notes (private — not for public upstream)
docs/fork-info/