FerrellSyntheticIntelligence commited on
Commit ·
9db2e7e
1
Parent(s): b035baa
chore: extend exclusion matrix for runtime assets and state logs
Browse files- .gitignore +9 -0
.gitignore
CHANGED
|
@@ -5,3 +5,12 @@ __pycache__/
|
|
| 5 |
*.bak
|
| 6 |
*.log
|
| 7 |
storage/knowledge/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
*.bak
|
| 6 |
*.log
|
| 7 |
storage/knowledge/
|
| 8 |
+
.archive/
|
| 9 |
+
.venv/
|
| 10 |
+
data/
|
| 11 |
+
env.json
|
| 12 |
+
memory_store.json
|
| 13 |
+
memory_stream.jsonl
|
| 14 |
+
vitalis_memory.csv
|
| 15 |
+
storage/config.json
|
| 16 |
+
storage/user_profiles.json
|