-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.gitignore
More file actions
79 lines (71 loc) · 2.01 KB
/
Copy path.gitignore
File metadata and controls
79 lines (71 loc) · 2.01 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
/node_modules
**/node_modules/
package-lock.json
/__pycache__
*.env
*.log
/.vscode
/.serena
/.mcp
.clinerules
deepwiki.config.json
/coverage
.depcheckrc
/log
/tmp
*.pyc
/.claude
# Bounded peer-channel logs: high-frequency append transcripts; allowed by
# markdown_invariant but untracked to keep autocommit churn-free. plan.md (the
# reviewed deliverable) and teams/roles.json stay tracked.
/chat.md
/teams/*.md
!/teams/README.md
# Team durable feature infra (NOT throwaway -- moved out of tmp/):
# teams/capsules/ -- Context Capsules (tracked review inputs)
# teams/rounds/ -- review round runners (tracked)
# teams/runtime/ -- ephemeral peer session ids, channel locks, tail temps
# (regenerated per dispatch, machine-specific -> ignored).
/teams/runtime/*
!/teams/runtime/README.md
# Root split guards: source lives under src/ or tools/HME/; root artifacts stay untracked and banned by check-root-only-dirs.
/output
/i
/lab
/runtime
/src/output/metrics/
/src/lab/output/
/src/lab/*.wav
# tools - track source, ignore runtime artifacts
/tools/*/venv/
/tools/*/__pycache__/
/tools/*/global_kb/
/tools/**/__pycache__/
/tools/HME/session-state.json
/tools/HME/service/db/
/tools/HME/service/*.db
/config/policies.local.json
/src/scripts/pipeline/log/
/tools/HME/scripts/pipeline/hme/log/
/tools/HME/warm-context-cache/*.json
/tools/models
/tools/bin
/tools/HME/warm-context-cache/
/tools/HME/KB/
*.bak
log/
# HME runtime/ — durable inter-script state. Track INVENTORY.md (the contract);
# ignore actual state files (regenerated per session, machine-specific).
/tools/HME/runtime/*
!/tools/HME/runtime/INVENTORY.md
# KB lance tables — ephemeral generated state, never hand-authored.
/tools/HME/KB/*.lance/
/tools/HME/service/before-editing-cache.json
# Local integration checkouts; not repo source until explicitly vendored.
/tools/smolagents/
/tools/opencode/
/tools/oh-my-openagent/
# Local vendor backups created before refreshing ignored tool checkouts.
/.vendor-backups/
/src/output/
/tools/omniroute/.next/