forked from ninjahawk/hollow-agentOS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
128 lines (101 loc) · 2.32 KB
/
Copy path.gitignore
File metadata and controls
128 lines (101 loc) · 2.32 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
# Runtime config — copy config.example.json to config.json
config.json
# Pre-wipe state backups (large, not source)
backups/
# Claude Code project memory (never commit — contains session context)
.claude/
# Agent design space (runtime-written specs, not source)
design/*
!design/.gitkeep
# Runtime data directories (bind-mounted from host at runtime, never committed)
memory/*
!memory/.gitkeep
# Source files that live in memory/ — must survive nuclear wipes
!memory/manager.py
!memory/heap.py
workspace/*
!workspace/.gitkeep
logs/*
!logs/.gitkeep
ollama/install.log
# Store runtime data (wrappers stored here, not committed)
store/data/
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
dist/
build/
# Editor
.vscode/
.idea/
*.swp
*.swo
# Runtime env config (may contain secrets)
.env
# HollowOS build output (disk images, apt cache)
hollowos/build/
hollowos/rootfs/etc/hollow/hollow.env
# Dev/test artifacts
test*.json
bgoals.json
goals.json
"Hollow Prompt.txt"
# Dev-only test scripts (root level, separate from tests/ suite)
test_qwen_integration.py
test_qwen_reasoning_comparison.py
test_real_autonomy.py
test_run.py
test_file_from_agent.txt
# Standalone demo/prototype scripts from earlier phases
demo_autonomous_agent.py
run_autonomous_agent.py
# Deprecated — replaced by thoughts.py
monitor.py
# Deprecated roadmap — replaced by ROADMAP_current.md
ROADMAP.md
# Restore utilities — will be rebuilt as proper snapshot feature
restore.bat
restore.ps1
# Claude Code session context — developer only, not for users
CLAUDE.md
# Personal/machine-specific scripts
hollow_wsl
telegram_notify.py
# Planning docs (not project source)
Full Stack Goal.txt
4-30-26 Hollow Run.md
# Agent session snapshot — runtime data, not source
snapshot/
# Large binary demo recording (already excluded from release zip)
demo/hollow-demo.cast
# Orphaned root-level gif (README uses demo/hollow-demo.gif)
demo.gif
# Wiki content — lives in the separate hollow-wiki repo, never in this one
wiki-draft/
wiki/
# Local-only docs/drafts that shouldn't ship
notes/
draft/
drafts/
*.draft.md
TODO.md
NOTES.md
# Editor / OS cruft
.DS_Store
Thumbs.db
desktop.ini
*~
*.tmp
# Local secrets and credentials
.env.*
*.local.json
secrets/
credentials/
# Local benchmark outputs
benchmarks/results/
# Claude task outputs (per-session, machine-local)
tasks/