-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
75 lines (63 loc) · 1.82 KB
/
Copy path.gitignore
File metadata and controls
75 lines (63 loc) · 1.82 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
# Wikifier v0.3 - Runtime / generated state (not committed)
.wikifier_staging/
.wikifier_last_check
# Large or frequently updated journal entries (the system creates these automatically)
# We keep the initial bootstrap journal as an example, but you may want to .gitignore
# journal/*/*/*.md in very active projects and treat journals as local-only.
# For this template we commit the structure + one example.
# Optional: ignore everything in journal/ except the directory structure
# journal/*/*/*.md
# Same for Logged_issues if they grow huge
# Logged_issues/*/*/*.md
# Common editor / OS noise
.DS_Store
Thumbs.db
*.swp
*~
.idea/
.vscode/
*.log
# Local MCP / analysis tools
.chisel/
# Python packaging / build artifacts
build/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
.eggs/
*.egg
pip-wheel-metadata/
*.whl
*.tar.gz
twine.log
.pypirc
# Test targets and temporary dogfood projects (not part of the main tool)
test-*/
test-js-flat/
test-js-flat/**
# Historical agent swarm evidence, diaries, prompts, cross-analysis (M2-M4 detailed work products; high-level M5 summaries and core docs are kept in repo)
Findings/wave-evidence/
Findings/phase-*-prompts.md
Findings/m*-diary*.md
Findings/subagent-*-diary*.md
Findings/plan_subagent-*.md
Findings/m*-checklist*.md
Findings/*-cross-analysis*.txt
Findings/M4-*-E*.md
Findings/M4-*-REV*.md
Findings/M5-phase1-*.txt
# Local runtime and test dbs/journals (journals are local-only after bootstrap; see comments above)
journal/2026/06/
trammel.db
.stele-context/indices/
.stele-context/stele_context.db-shm
.stele-context/stele_context.db-wal
.stele-context/*.lock
.stele-context/indices/*.lock
# .wikifier runtime state for the main project (already partially covered, but ensure full runtime dirs)
.wikifier/
.wikifier/**
# Local agent-coordination state (session-scoped, never committed)
.coordinationhub/