1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# 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/