microscope-memory 0.6.0

Pure binary cognitive memory engine. Zero-JSON, mmap-based, hierarchical memory architecture.
Documentation
# Rust
target/

# IDEs
.vscode/
.idea/

# OS
.DS_Store
Thumbs.db

# Microscope Data (binary data and local indices should not be in git)
*.bin
*.zst
*.idx
data/
layers/*
!layers/.gitkeep

# Generated viz/snapshot files
cognitive_map.json
viz.json
density.bin
*.mscope

# Config (user specific)
config.toml
config.bin
!config.example.toml

# Logs and temp files
*.log
tmp/
build_error*
check_error*
error_dump*
bench_results/

# Claude Code
.claude/