-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path.gitignore
More file actions
395 lines (332 loc) · 5.79 KB
/
.gitignore
File metadata and controls
395 lines (332 loc) · 5.79 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
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
# AI Trackdown
.ai-trackdown/cache/
.ai-trackdown/logs/
*.tmp
# Trusty search local config
.trusty-search
# AI Code Review docs
ai-code-review-docs/
# Local development binary (wrapper for scripts/claude-mpm)
/claude-mpm
# Dev launcher (tracked - convenient root-level dev binary)
# claude-mpm-dev
# Virtual environments (CRITICAL)
venv/
env/
.venv/
.env/
ENV/
env.bak/
venv.bak/
# Conda/Mamba environments (if created locally)
conda-env/
mamba-env/
mambaforge/
miniforge/
miniconda/
.conda/
# Common ignores
.DS_Store
.vscode/
.idea/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
dist/
build/
*.egg-info/
.claude/
.claude/settings.local.json
.env
.env.make
# Test logs
test_logs/
tests/test_logs/
# Temporary test files (root level)
test_research_agent.py
# Agent backups
src/claude_mpm/agents/templates/backup/
**/backup/
# Temporary directories
test_dir/
ai-trackdown-pytools-bug-support/
tmp/
test_results/
test-results/
screenshots/
agent_metadata_backup/
# Claude MPM runtime files
# Exclude entire .claude-mpm directory (project-specific runtime data)
.claude-mpm/
# If you want to track specific config files, use:
# !.claude-mpm/configuration.yaml
# MCP Vector Search cache (contains config.json with API keys)
.mcp-vector-search/
.mcp-vector-search/config.json
.mcp-vector-search/*.json
# MCP local configuration (contains API keys)
.mcp/
.mcp/config.json
**/mcp-config.json
**/mcp_config.json
# OpenRouter and AI provider configuration files
openrouter.json
openrouter-config.json
anthropic-config.json
openai-config.json
*-api-config.json
# Generic secret/credential files
credentials.json
credentials.yaml
credentials.yml
secrets.json
secrets.yaml
secrets.yml
api-keys.json
api_keys.json
# Auto-generated version file (no longer used)
src/claude_mpm/_version.py
# Debug and temporary files
debug_*.html
test_*.html
*_test.html
connection_status_test.html
dashboard_integration_test.html
# QA and debug reports
*DEBUG_SUMMARY.md
*QA_REPORT*.md
*_COMPREHENSIVE_*.md
*_VALIDATION_REPORT.md
*_TEST_REPORT.*
HUD_*.md
DEBUGGING_*.md
TOOL_RESULT_*.md
ENHANCED_*.md
tests/demo/
# Temporary JSON reports
*_qa_report*.json
*test_report*.json
# Documentation build files
docs/api/_build/
docs/_build/
*.doctrees
*.buildinfo
# Activity reports (generated by mpm-init --quick-update --export)
# Note: docs/reports/ is now tracked for organized documentation
# Individual auto-generated report patterns are caught by other rules
# Node.js (dashboard build system and npm package)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
yarn.lock
# Ignore package-lock.json in all subdirectories
**/package-lock.json
**/node_modules/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
Desktop.ini
# Linux
*~
# Logs
logs/
*.log
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# IDE - PyCharm
.idea/
*.swp
*.swo
*~
# Jupyter Notebook
.ipynb_checkpoints
# IPython
profile_default/
ipython_config.py
# pyenv
.python-version
# Celery
celerybeat-schedule
celerybeat.pid
# SageMath parsed files
*.sage.py
# Spyder project settings
.spyderproject
.spyproject
# Rope project settings
.ropeproject
# mkdocs documentation
/site
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
.aitrackdown/
# Test and debug scripts
scripts/test_*.py
scripts/debug_*.py
scripts/fix_*.py
scripts/demo_*.py
# Temporary documentation
docs/*-report.md
docs/*-summary.md
docs/test-*.md
# Backup files
*.backup
*.bak
*.old
setup.py.backup
# Test fixtures
fake/
# Test reports and outputs (root directory)
*_test_report.json
*_verification_report.json
*_test_report.md
*_verification_report.md
*_analysis_report.md
test_results_*.json
test_file.txt
# Dashboard screenshots (root directory)
dashboard_*.png
final_dashboard_*.png
*_screenshots/
# Coverage files
.coverage
coverage.json
htmlcov/
# Debug and log files (root directory)
debug_*.txt
*_stderr.log
*_config_logs.txt
framework_loader_output.txt
# Temporary and generated files
MONITOR_BUILD
requirements-monitor.txt
# macOS system files
.DS_Store
# Python test artifacts
MagicMock/
# Patch files
*.patch
# Added by Claude MPM /mpm-init
$RECYCLE.BIN/
*$py.class
*.cab
*.cache
*.cert
*.cover
*.crt
*.db
*.egg
*.key
*.lnk
*.manifest
*.mpm.tmp
*.msi
*.msm
*.msp
*.pem
*.py[cod]
*.pytest_cache
*.spec
*.sql
*.sqlite
*.sqlite3
*.sublime-project
*.sublime-workspace
*.temp
.claude-mpm/*.log
.claude-mpm/cache/
.claude-mpm/logs/
.claude-mpm/sessions/
.claude-mpm/tmp/
.claude/cache/
.claude/sessions/
.coverage.*
.eggs/
.env.*
.hypothesis/
.nox/
.npm
.project
.pydevproject
.pytype/
.secrets/
.pypirc
.settings/
.tox/
.venv
.yarn/
_build/
backup/
backups/
coverage.xml
credentials/
develop-eggs/
ehthumbs.db
pip-wheel-metadata/
site/
temp/
virtualenv/
wheels/
# Added by Claude MPM /mpm-init
.kuzu-memory/
.kuzu-memory-backups/
kuzu-memories/
.zshrc
bin/
# MCP Ticketer
.mcp-ticketer/
# Distribution artifacts
dist/
*.original
*.optimized
*.backup
# MCP configuration (contains user-specific paths and tokens)
.mcp.json
.claude.json
# Research docs (work in progress)
docs/research/*.md
# AI-generated planning/research artifacts (branch-local, not for main)
docs-local/
mcp-browser-extensions/
tests/eval/reports/
ccusage.json
# Database backups (added 2026-01-07 cleanup)
kuzu-memories/memories.db_backup_*
src/claude_mpm/dashboard/static/svelte-build/_app/immutable/chunks/DPSjPKH7.js:1: pragma: allowlist secret
chunk-graph.json
.playwright-mcp/
.env.local
# Generated Homebrew Formula (managed separately in homebrew-tap)
Formula/
# Build artifacts
dashboard-svelte/.svelte-kit/
dashboard/static/svelte-build/
# gworkspace-mcp OAuth tokens (project-level)
.gworkspace-mcp/
# GitHub account marker (safe to commit)
# .gh-account
.kuzu_memory.db.wal
.fastembed_cache/