-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
63 lines (55 loc) · 996 Bytes
/
.gitignore
File metadata and controls
63 lines (55 loc) · 996 Bytes
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
archive/
archives/
archive_docs/
claude-flow/
# Removed Windows wrapper files per user request
hive-mind-prompt-*.txt
# Claude Flow generated files
.flows/
.claude/settings.local.json
.mcp.json
claude-flow.config.json
.swarm/
.hive-mind/
.claude-flow/
memory/
coordination/
memory/claude-flow-data.json
memory/sessions/*
!memory/sessions/README.md
memory/agents/*
!memory/agents/README.md
coordination/memory_bank/*
coordination/subtasks/*
coordination/orchestration/*
*.db
*.db-journal
*.db-wal
*.sqlite
*.sqlite-journal
*.sqlite-wal
claude-flow
# Removed Windows wrapper files per user request
hive-mind-prompt-*.txt
target/
/target/
Cargo.lock
# Bootstrap generated directories
stage2/
stage3/
.idea/
.vscode/
*.swp
.DS_Store
# Node.js
node_modules/
**/node_modules/
pnpm-lock.yaml
package-lock.json
.pnpm-store/
# Development artifacts (not part of crate)
compiler-progress/
effect-v2-results/
identity-progress/
vm-progress/
# docs/tutorials/ - now tracked for Spirits Jam tutorials