# Generated by Cargo
# will have compiled files and executables
debug
target

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# Node modules
node_modules/


*_SUMMARAY.md
*_DETAILS.md
*_REPORT.*
*_IMPLEMENTATION.md
*_ENHANCEMENT*.md
*.log
# Database and cache files created by examples/tests
*.db
*.db-*
*.sqlite
*.sqlite-*
*.libsql
*.libsql-*
*.turso
*.redb
memory_test.db*
persistence_*.redb
verification_*.redb
todo_example*.redb
data/cache.redb
memory-mcp/data/cache.redb

.env

# Additional database-related files
*.turso
*.libsql*
hrana-*.db
libsql-*.db

# Cache and storage directories
data/
cache/
!/memory-core/src/retrieval/cache
!/memory-core/src/storage/circuit_breaker
!/memory-storage-redb/src/cache
!/memory-storage-turso/src/cache
!/memory-storage-turso/src/storage
/storage/
/cache/
/data/

# Test database files
test*.db
test*.redb
test*.sqlite
*_test.db*
*_test.redb*
*_test.sqlite*

# Temporary storage files
temp*.db
temp*.redb
temp*.sqlite
tmp*.db
tmp*.redb
tmp*.sqlite

# Memory system files
memory*.db
memory*.redb
memory*.sqlite

# MCP server cache files
mcp*.redb
mcp*.db
mcp*.sqlite



*.tar.gz
opencodetmp/opencode
.claude/settings.local.json
:memory:
.env
mcp.json
mcp-config-*.json

# Agent coordination and workflow state (local development only)
.claude-flow/
.hive-mind/
.swarm/
.mcp.json

# Claude local configuration files only
.claude/**/*.local.*
.claude/**/.local/
.blackboxcli/settings.json
*.proptest-regressions
.memory-traces/
audit-report.json
insights-report/

# Split file artifacts (from split command)
/x??

# Compiled ELF binaries
debug_config
/bin/
