Skip to content

Commit e5d18bd

Browse files
author
Robert Trenaman
committed
Add JSON runtime files and update .gitignore
1 parent afc1b57 commit e5d18bd

4 files changed

Lines changed: 7 additions & 4 deletions

File tree

.gitignore

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ docs/
2727

2828
# Training data and weights
2929
neural_network_weights.npz
30-
llm_training_data.json
30+
# llm_training_data.json
3131

3232
# Reasoning traces
3333
reasoning_traces/
@@ -43,9 +43,9 @@ reasoning_traces/
4343
.DS_Store
4444
Thumbs.db
4545

46-
# Memory and knowledge files (runtime data)
47-
cognitive_memory.json
48-
cognitive_knowledge.json
46+
# Memory and knowledge files (runtime data - tracked)
47+
# cognitive_memory.json
48+
# cognitive_knowledge.json
4949

5050
# Testing
5151
.pytest_cache/

cognitive_knowledge.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

cognitive_memory.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

llm_training_data.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[]

0 commit comments

Comments
 (0)