-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy path.gitignore
More file actions
141 lines (127 loc) · 2.99 KB
/
Copy path.gitignore
File metadata and controls
141 lines (127 loc) · 2.99 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
# Julia artifacts
*.jl.cov
*.jl.*.cov
*.jl.mem
deps/build.log
Manifest.toml
# OS artifacts
.DS_Store
Thumbs.db
# Test runtime artifacts (post-run specimen saves are large + regenerable)
specimens/kitchensink_postlive.json
specimens/*_postlive.json
# Editor artifacts
*.swp
*.swo
*~
.vscode/
.idea/
# Temp files
/tmp/
*.tmp
# Python cache
__pycache__/
*.pyc
# ── ONE-OFF UTILITY SCRIPTS (not for distribution) ──
parse_*.py
analyze_*.py
fix_*.py
replace_*.py
add_*.py
build_*.py
build_*.sh
check_*.py
compare_*.py
extract_*.py
generate_*.py
build_conversation_log.py
build_comprehensive_specimen.sh
# ── SESSION / INTERACTION SHELL SCRIPTS (ephemeral) ──
interact_session*.sh
run_interaction*.sh
run_mission_session.sh
run_comprehensive_test.sh
run_v727_test.sh
# ── CONVERSATION / SESSION LOGS (generated per test run) ──
CONVERSATION_LOG_*.md
CONVERSATION_*.md
CHATLOG_*.md
CHAT_LOG_*.md
MISSION_CONVERSATION_*.md
session_input*.txt
session_output*.txt
session_raw_output*.txt
full_run_output*.log
mission_session_raw.txt
specimen_v2_build.log
test_all_governance.txt
test_comprehensive_raw.txt
test_output_raw.txt
test_results_*.json
# ── STALE DESIGN / NOTES MD FILES ──
AIML_CONTRIBUTOR_UPDATE.md
APPEND_MODE_GUIDE.md
NODE_CONTRIBUTOR_UPDATE.md
FULL_COHERENCE_FIXES.md
DECOHERENCE_FIX_LOG.md
HARDCORE_GRUG_SESSION_LOG.md
NEURAL_PHYSICS.md
PSEUDOCODE_EXECUTION_DESIGN.md
SPECIMEN_TEST_INTERACTIONS_*.md
DATA_CONVERTER_DESIGN.md
QOL_BACKLOG.md
autogrowth_telemetry_*.md
telemetry_log_*.md
todo_v7*.md
CONVERSATION_LOG_*.md
CONVERSATION_*.md
# ── ONE-OFF TEST SCRIPTS AND REPORTS ──
v*_comprehensive_test.jl
v*_test_report.md
v*_interaction_log.txt
# ── SPECIMEN FILES ──
# Keep the canonical specimens tracked; ignore everything else
*.specimen.gz
!grug-binary/default.specimen.gz
hardcore_grug_specimen.json
test_specimen.json
v*_test_output_specimen.json
v*_interaction_log.txt
v*_test_inputs.txt
v*_test_output.log
# ── SPECIMEN SESSION ARTIFACTS ──
specimens/v7*_conversation_log.md
specimens/v7*_interaction_raw.log
specimens/v7*_interacted.specimen.json
specimens/v7*_pre_session.specimen.json
specimens/v7*_session_raw.log
specimens/v7*_post_session.specimen.json
specimens/v7*_comprehensive.specimen.json
specimens/v7*_build_verification.md
specimens/v7*_raw_test*.log
specimens/v7*_raw_governance.log
specimens/comprehensive_v7*.specimen.json
specimens/test_comprehensive_*.specimen.json
specimens/test_session_output*.specimen.json
specimens/mission_session_output.specimen.json
specimens/v5_*.log
specimens/v5_*.md
specimens/hardcore_grug_v1.json
specimens/v7*_decoherence_*.md
# ── STALE JULIA ONE-OFF SCRIPTS ──
test_interaction_v*.jl
test_idle_systems_*.jl
test_mitosis*.jl
test_smoke_relational.jl
test_v727_session.jl
test_verify.jl
autogrowth_runner.jl
conversation_runner.jl
create_comprehensive_specimen.jl
interact_with_specimen.jl
run_session.jl
specimen_io.jl
full_specimen_conversation.jl
# ── WORKING NOTES (not for distribution) ──
todo.md
v734_test/