Skip to content

Commit ed4b91e

Browse files
committed
chore: broaden .gitignore to stop committing runtime DB artifacts
1 parent 14adeca commit ed4b91e

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

.gitignore

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,4 +185,20 @@ memory.db
185185

186186
# Ignore Accounts database in capstone project
187187
6_mcp/accounts.db
188-
6_mcp/memory/*.db
188+
6_mcp/memory/*.db
189+
190+
# Databases and vector store artifacts (ChromaDB, SQLite, etc.)
191+
# These files are runtime-generated and should not be committed.
192+
*.sqlite3
193+
*.sqlite
194+
*.db
195+
*.db-shm
196+
*.db-wal
197+
chroma.sqlite3
198+
data_level0.bin
199+
header.bin
200+
length.bin
201+
link_lists.bin
202+
203+
# Generated audio/media artifacts from agent runs
204+
*.wav

0 commit comments

Comments
 (0)