-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy path.gitignore
More file actions
169 lines (153 loc) · 3.11 KB
/
Copy path.gitignore
File metadata and controls
169 lines (153 loc) · 3.11 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
# Credentials and Secrets
config_creds.json
*.creds.json
.env
identity.seal
# Models (large binaries — never commit)
models/
models_gguf/
*.gguf
*.safetensors
*.bin
*.onnx
# Data and Logs
data/
logs/
memory_store/*.json
memory_store/*.sqlite
memory_store/*.sqlite3
memory_store/*.db
memory_store/*.db-*
server.log
server.pid
*.npy
*.log
nohup.out
MUJOCO_LOG.TXT
FINAL_BOOT_LOG.txt
FINAL_STABLE_BOOT.txt
boot_log.txt
my_debug.log
test_out.txt
training/train_log.txt
training/adapters/**/*.safetensors
# Node
node_modules/
# Development dumps (not source code)
/enterprise_gate_report.json
/report.json
aura_chat_stack.txt
aura_architecture.txt
audit/aura_critical_source_compilation.txt
*_subscripts.txt
*_subscripts_raw.txt
file_list.txt
flagship_readiness*.txt
source_files*.txt
source_list.txt
.claude/
# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
.venv_aura/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pyre/
.coverage
htmlcov/
dist/
*.egg-info/
# Build artifacts
build/
dist/
.aura_runtime/
.aura_snapshots/
.aura_architect/
.aura_test.log
# Icons and screenshots (kept locally, not in repo)
aura_icon.png
aura_icon.icns
mujoco_screen.png
interface/static/aura_avatar.png
# Dev scripts with hardcoded paths
scripts/export_*.py
!scripts/export_ai_audit_bundle.py
scripts/generate_export.py
scripts/generate_high_fidelity_dataset.py
scripts/bundle_audit.py
scripts/aura_comprehensive_export.py
scripts/make_audit_snapshots.py
scripts/one_off/consolidate_stack.py
scripts/one_off/repro_loop_monitor.py
scripts/one_off/verify_architectural_fix.py
compile_full_arch.sh
tests/diag_mlx.py
tests/integration/verify_phase_*.py
tests/integration/verify_audit_fixes.py
scratch/check_registration.py
scratch/repro_*deadlock.py
scratch/test_phi_init.py
# Large binaries
*.apk
*.zip
*.obj
*.entitlements
# Root-level dev scripts (not part of the architecture)
Aura.spec
AuraLauncher.command
_gen_icons.py
actual_health.html
build_launcher.sh
compile_arch.sh
create_source_bundle.py
crucible_test.py
deploy_*.sh
dev_rebuild_and_launch.sh
export_source.py
female_base.obj
golden_dataset.json
main_daemon.py
verify_cognition.py
test_filter.py
# OS
.DS_Store
.localized
Thumbs.db
benchmarks/latest_results.json
benchmarks/long_horizon_results.json
artifacts/behavioral_proof/receipts/
artifacts/aura_enterprise_gate_report.json
artifacts/current/
artifacts/live_proof/
aura_codebase_ai_audit*.txt
artifacts/agi/dnu_proof/
training/data/
training/vectors/
training/adapters/
*.plist
training/fused-model/
integration/
!tools/integration/
!tools/integration/*.py
skills/malware_analysis.py
core/skills/malware_analysis.py
# Critique-closure runtime scratch state
tests/long_run_autonomy_state/
tests/test_projects.db
aura/knowledge/pending-chat-queue.jsonl
.claude/worktrees/
# Life trial sqlite files
tests/life_trial/*.sqlite3
# Test-generated vector store
test_vdb/
# Generated release artifacts (manifest lives in the release bundle, not the repo)
artifacts/release/
sensory_audio.json
# Rust build artifacts (aura_m1_ext extension)
rust_extensions/*/target/
artifacts/lora_consolidation/adapter/
artifacts/lora_consolidation/dataset/
artifacts/lora_consolidation/merge/