Updated gitignore.

This commit is contained in:
Dani 2025-04-25 23:11:08 -04:00
parent 52cbba027e
commit 3a6908144a
2 changed files with 8 additions and 3 deletions

3
.gitignore vendored
View File

@ -173,6 +173,5 @@ cython_debug/
/data/books/wizard_of_oz.txt
/data/memory/context.json
/data/memory/dreams.json
/data/memory/vocab.json
data/memory/vocab.json
data/memory/brainmap.json
/data/memory/vocab.json

View File

@ -10,5 +10,11 @@
"ran": 9,
"across": 10,
"sunny": 11,
"street": 12
"street": 12,
"a": 13,
"large": 14,
"bird": 15,
"flew": 16,
"over": 17,
"river": 18
}