-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
96 lines (82 loc) · 1.55 KB
/
Copy path.gitignore
File metadata and controls
96 lines (82 loc) · 1.55 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
node_modules
.env
.DS_Store
dist
coverage
.vscode
*.log
# Heavy Data (Do Not Commit)
data/
data_ingestion_github/
data_ingestion_ruv_coaching/
ruvector_index/
frames/
temp_frames/
*.mp4
*.mov
*.pdf
processed_knowledge.json
video_visual_knowledge.json
failed_videos.json
# Database files
*.db
*.db-shm
*.db-wal
*.db-journal
*.sqlite
*.sqlite-journal
*.sqlite-wal
# ALLOW compressed database for Railway
!swarm-db.tar.gz
# Archived files
archive/
# Allow UI Assets (PDFs and videos served by frontend)
!src/ui/public/assets/**/*.pdf
!src/ui/public/assets/**/*.mp4
# Ruflo / legacy runtime generated files
.claude/settings.local.json
ruflo.config.json
claude-flow.config.json
.swarm/
.hive-mind/
.ruflo/
.claude-flow/
.agentic-flow/
memory/
coordination/
hive-mind-prompt-*.txt
service-account.json
# Root directories not needed in git
public/
generated_imgs/
strange-loop-research/
upstream/
workspace/
logs/
ruvector/
knowledge_assets/
src/server/public/
# RuVector intelligence data
.ruvector/
.claude/statusline.sh
.claude/commands/global/
# Stale split files (no longer used for Railway deployment)
*.part-*
# Allow RVF content sidecar for Railway deployment
!content-sidecar.json.gz
# RVF binary files (large — only gz variants)
knowledge.rvf.gz
knowledge.rvf.idmap.json
self_booting.rvf
# NLM pipeline state
.nlm-refresh-state.json
# Build/runtime state
.ascii-to-svg-manifest.json
.mcp.json
.ruvnet-monitor-state.json
scripts/integrity-results.json
.gitnexus
# Runtime AgentDB state (NOT the production knowledge.rvf)
agentdb.rvf
agentdb.rvf.lock
agentdb.rvf.idmap.json