# Rust build artifacts
/target
**/*.rs.bk
*.pdb

# Cargo
# (Cargo.lock IS committed for binaries — keep it tracked)

# memry archive output
*.memarchive

# Local memry test stores
/tmp-test/
**/.memry-test/
**/.memry-import-*/

# Insta snapshot review files
**/*.snap.new
**/.insta/

# IDE / editor
.vscode/
.idea/
*.swp
*.swo
*~
.zed/

# rust-analyzer
rust-project.json

# OS
.DS_Store
Thumbs.db

# Local env / secrets
.env
.env.local
*.pem
*.key

# Profiling / coverage
*.profraw
/coverage/
tarpaulin-report.html

# Internal dev docs (not pushed)
/dev-doc/

# Local scratch
/scratch/
/.claude-cache/
