-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
191 lines (174 loc) · 3.01 KB
/
Copy path.gitignore
File metadata and controls
191 lines (174 loc) · 3.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
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
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
# Python
__pycache__/
*.py[cod]
*.pyo
*.so
.pytest_cache/
.mypy_cache/
.venv/
venv/
.env
.env.*.local
.coverage
coverage.xml
htmlcov/
dist/
build/
site/
logs/
tmp/
artifacts/
uploads/
# Large ML model files
models/*.gguf
models/*.bin
models/*.pt
models/*.pth
models/*.onnx
models/*.safetensors
*.gguf
*.safetensors
# Executables and installers
*.exe
*.msi
*.dmg
*.app
*.deb
*.rpm
# Large data files
*.sqlite
*.sqlite3
data/*.db
!data/.gitkeep
data/gpia/
data/capsules/
data/missions/
data/self_adaptation/
data/kb.db
runs/
logs/gpia_server_dense_state.jsonl
logs/messenger_heartbeat.jsonl
logs/reflex_*.log
logs/*.log
core/reflex_*.log
core/reflexes/logs/
models/archive_v1/
# Node (frontend only)
node_modules/
frontend/node_modules/
frontend/dist/
frontend/.vite/
frontend/.eslintcache
# OS/editor
.DS_Store
Thumbs.db
desktop.ini
*.swp
.idea/
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
.env.local
BDSer.pdf
docker-compose.rh-*.yml
evaluate_gpia.py
reconfigure_local_models.py
run_cycle_test.py
run_gpia_eval.py
validate_active_skills.py
src/skill_transmutation_furnace.py
# Generated
openapi.json
client.gen.*
security_credentials/
# Project Specific Hygiene
pytest-cache-files-*/
*.zip
*.spec
bench_test_*.txt
test_file.task
AGI_TEST_HARD_PHYSICS_output/
tests_real_conditions_output/
artifacts_archive/
evals/
experiments/
agi_test_output/
tmp_ledger/
1-AGI-Ready-Website/
Math-probles-with-award/
archive/
archivecodex_enterprise/
artifacts/
arxiv_submission/
arxiv_submission_package/
publication_archive/
data/archives/
data/dense_state/
data/ipc/
data/ledger/
data/locker/
# PROPRIETARY SKILLS (Income Source Protection)
src/skills/
!src/skills/__init__.py
!src/skills/base.py
!src/skills/loader.py
!src/skills/registry.py
# If you have specific public skills, we can un-ignore them here with !
# e.g., !src/skills/public_skill.py
# PUBLIC SKILLS
!src/skills/integration/
!src/skills/integration/demodelis_ganesha/
!src/skills/integration/demodelis_ganesha/**
!src/skills/integration/web_search/
!src/skills/integration/web_search/**
!src/skills/compute/
!src/skills/compute/tensorrt_mistral/
!src/skills/compute/tensorrt_mistral/**
# CRITICAL: Ignore Large Files
*.exe
*.pkg
*.pyz
*.gguf
*.safetensors
*.whl
*.pt
*.pth
*.onnx
sha256-*
todo-scan-*.txt
# NVIDIA TensorRT Sidecar (14GB local-only vault)
# See LICENSING.md for third-party component details
models/nuke_eater/
# SECURITY: Sensitive/Confidential Data
snowden-archive-master/
memory/
*.log
*.db
nul
models/manifests/
gpia/memory/
skills/conscience/memory/store/
agents/sessions/
conversations/
governor/policy_engine_v1/
# Path too long issues (Windows)
research/committee_truth_20260105_161413/archives_extracted_all/
retrospective-research/
gpia_agi_server.egg-info/
# Windows registry/install artifacts
*.reg
REGISTRY_KEYS_SUMMARY.txt
INSTALL_INFO.txt
ChatWithRTX_Installer_8_25/
# Generated reports/logs
*_Report.md
REDACTION_LOG.md
*_Report.md
out/
# Temporary renamed assets
CH_Logo (1).ico
# Local-only files (not for public)
skills.md
skills/
substrate_manifold.html
*.lnk