-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
185 lines (150 loc) · 3.12 KB
/
Copy path.gitignore
File metadata and controls
185 lines (150 loc) · 3.12 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
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
# Ultra Builder Pro 5.8.0 - Git Ignore
# ===== macOS System Files =====
.DS_Store
.AppleDouble
.LSOverride
._*
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk
# ===== IDE =====
.vscode/
.idea/
*.swp
*.swo
# ===== Local tool state =====
# ===== Backup Files =====
*.backup
*.bak
*~
# ===== Temporary Files =====
*.tmp
*.temp
.cache/
cache/
tmp/
temp/
# ===== Logs =====
*.log
# ===== Personal Notes =====
*.local.md
NOTES.md
# ===== Todo History (Agent execution records) =====
todos/
# ===== Claude Code Runtime Files =====
# Commands migration marker
.commands/
# API cache and history
ccline/
history.jsonl
# Debug and session files
debug/
projects/
file-history/
ide/
shell-snapshots/
scripts/
!skills/*/scripts/
!spec/scripts/
session-env/
# Statistics and logs
statsig/
todos/
# Serena MCP local configuration
.serena/
# Backups and old versions
.backup/
backup/
.git.backup-*/
*.backup
# Settings (local overrides only)
settings.local.json
# Claude internal directories (runtime cache, not the CLI's own bin/)
.claude/
lib/
!mcp-server/lib/
templates/
!/templates/
!/templates/**
!/.ultra-template/reports/
!/.ultra-template/reports/templates/
!/.ultra-template/reports/templates/**
!/.ultra-template/templates/
!/.ultra-template/templates/**
# npm / build artifacts
node_modules/
dist/
*.tgz
*.tar.gz
# Phase delivery reports (optional - commit if needed for documentation)
# PHASE_*_DELIVERY_REPORT.md
hooks/node_modules/
plugins/marketplaces/
# ===== Claude Code Runtime Cache =====
# Telemetry data (local only)
telemetry/
# Session plans (temporary)
plans/
# Paste cache
paste-cache/
# Task tracking (local)
tasks/
!spec/fixtures/**/tasks/
!/.ultra-template/tasks/
!/.ultra-template/tasks/**
# Security warnings state (session-specific)
security_warnings_state_*.json
!spec/fixtures/**/.ultra/
!/templates/.ultra/
!/templates/.ultra/**
# Runtime artifacts that must never be committed
sessions/
usage-data/
memory/
agent-memory/
backups/
compact-snapshot.md
.context_monitor_state
.code-review-graph/
# Team coordination data — per-project instance state, not part of the CLI payload.
# teams/ is created fresh by the runtime when a user spawns a team; nothing shipped.
teams/
# Plugin local state (user preferences, marketplace cache, blocklists are user-owned)
plugins/blocklist.json
plugins/installed_plugins.json
plugins/known_marketplaces.json
plugins/install-counts-cache.json
plugins/marketplaces/
# Chrome extension runtime
chrome/
# Statistics cache
stats-cache.json
# Plugin cache files (auto-generated)
plugins/install-counts-cache.json
plugins/installed_plugins.json
plugins/known_marketplaces.json
# Third-party skills (install via plugin system)
# Keep only core Ultra skills in repo
skills/react-best-practices/
skills/web-design-guidelines/
image-cache/
# ===== Python Cache =====
__pycache__/
*.pyc
*.pyo
# Ultra Builder Pro semantic artifacts are trackable; runtime state is local
!.ultra/
!.ultra/**
.ultra/.runtime
/.ultra/[s]tate.db
/.ultra/[s]tate.db-wal
/.ultra/[s]tate.db-shm