-
Notifications
You must be signed in to change notification settings - Fork 88
Expand file tree
/
Copy path.gitignore
More file actions
81 lines (70 loc) · 1.89 KB
/
Copy path.gitignore
File metadata and controls
81 lines (70 loc) · 1.89 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
node_modules/
dist/
.env
*.tsbuildinfo
.claude/
model-settings.user.jsonc
generations.db
generations.db-wal
generations.db-shm
# ComfyUI workflow output dir at the repo root — anchored with a leading slash
# so it doesn't also shadow .github/workflows/ or test fixtures named workflows/.
/workflows/
.DS_Store
*.code-workspace
# Beads / Dolt files (added by bd init)
.dolt/
*.db
.beads-credential-key
/models/
# Generated agent directories
.agents/
.gemini/commands/
# Orchestrator debug logs
panel-load-smoke-orch.log
test-orch-debug.log
# LLM Arena output (scripts/llm-arena.mjs)
/arena-results/
# Arena/test render outputs saved into the repo cwd
/ComfyUI_*.png
/lighthouse_*.png
# stray ComfyUI-Manager node-list dumps from arena registry runs
cnl.json
# fine-tune datagen intermediates (keep trajectories.jsonl, drop raw dumps/logs)
arena-results*/raw/
arena-results*/orchestrator-*.log
# active generation data (regenerated; snapshot committed separately when training)
arena-results-gen/
arena-results-gen-b/
arena-results*/panel-arena-results.json
# stray ComfyUI render outputs that leak into the repo root
/*.png
arena-results-local-batch/
arena-results*/transcripts/
# Fine-tune training data/artifacts — canonical copies live on HF
# (artokun/gemma4-comfyui-mcp finetune/); multi-GB, never committed.
/finetune/
/finetune-v2/
arena-results-podverify/
arena-results-quality-probe/
/*.mp4
/*.webp
/*.mov
/*.jpg
/*.jpeg
orch.log
orch.err.log
# Dev-only docs — untracked so the repo/package ships clean.
# Contributors bring their own agent instructions (CLAUDE.md, etc.).
/CLAUDE.md
/AGENTS.md
/GEMINI.md
/TODO.md
/PACK-SPLIT-STATUS.md
/design/embedded-agent-panel.md
/design/mobile-agent-client.md
/design/remote-and-cloud-modes.md
/blog/comfyui-mcp-tdqs-case-study.md
# Local Discord watchdog/notifier toolkit (token read from ~/.claude.json at runtime; not committed)
/.discord/
codex-kp-smoke-orch.log