# Rust
/target
**/*.rs.bk

# Environment / secrets
.env
.env.local
.env*.local
*.pem
*.key
.npmrc

# SQLite database
*.sqlite
*.sqlite-wal
*.sqlite-shm

# OS
.DS_Store
Thumbs.db
desktop.ini

# IDE
.idea/
.vscode/
*.swp
*.swo

# Data directories
cortexdb_data*/
/data/
# Per-bench tenant stores (RocksDB + Tantivy + HNSW state; regeneratable per run)
/data_*/
# Experimental per-branch stores (not tracked on this branch but left gitignored
# so checkout from other branches doesn't surface them in git status)
/event_memory_store/
/llm_cache/

# Benchmark inputs and per-run outputs (kept local, regenerated each run)
benchmarks/longmemeval/data/
benchmarks/longmemeval/server_results/
benchmarks/longmemeval/fast_results/
benchmarks/longmemeval/micro_results/
benchmarks/longmemeval/server_logs/
benchmarks/longmemeval/*.log
benchmarks/locomo/locomo_results*.json
benchmarks/locomo/server_results/
benchmarks/locomo/*.log
/answer_out.json

# Local Claude Code state
.claude/
.tmp/

# Python
__pycache__/
*.pyc
.venv/
venv/

# Node
node_modules/
dist/
.next/

# Egg info
*.egg-info/

# Scratch/debug text files at root
/*.txt
/*.log

# Local debug / marketing / private content (not for repo)
harness/.reports/
harness_data_*/
blog/
sales/
videos/
local-instance/
