Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 17 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -185,4 +185,20 @@ memory.db

# Ignore Accounts database in capstone project
6_mcp/accounts.db
6_mcp/memory/*.db
6_mcp/memory/*.db

# Databases and vector store artifacts (ChromaDB, SQLite, etc.)
# These files are runtime-generated and should not be committed.
*.sqlite3
*.sqlite
*.db
*.db-shm
*.db-wal
chroma.sqlite3
data_level0.bin
header.bin
length.bin
link_lists.bin

# Generated audio/media artifacts from agent runs
*.wav