-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.gitignore
More file actions
137 lines (125 loc) · 2.33 KB
/
.gitignore
File metadata and controls
137 lines (125 loc) · 2.33 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
# 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/
server.log
server.pid
*.npy
*.log
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)
aura_chat_stack.txt
aura_architecture.txt
audit/aura_critical_source_compilation.txt
*_subscripts.txt
*_subscripts_raw.txt
file_list.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_test.log
# Icons and screenshots (kept locally, not in repo)
aura_icon.png
aura_icon.icns
mujoco_screen.png
interface/static/aura_avatar.png
# Private modules (kept locally, not in public repo)
skills/propagation.py
skills/sec_ops.py
skills/stealth_ops.py
skills/network_recon.py
core/skills/propagation.py
core/skills/sec_ops.py
core/skills/stealth_ops.py
core/privacy_stealth.py
core/orchestrator/privacy_stealth.py
# Dev scripts with hardcoded paths
scripts/export_*.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
# 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
launch_aura.sh
main_daemon.py
verify_cognition.py
test_filter.py
# OS
.DS_Store
.localized
Thumbs.db
benchmarks/latest_results.json
benchmarks/long_horizon_results.json
training/data/
training/vectors/
training/adapters/
*.plist
training/fused-model/
integration/
skills/malware_analysis.py
core/skills/malware_analysis.py