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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
# Build artifacts (Recursive)
target/
libs/**/target/
*.exe
*.pdb
*.zip
*.log
dist/
# Voice Engine Models (Large Binaries)
.hematite/assets/voice/*.onnx
.hematite/assets/voice/*.bin
.hematite/assets/voice/*.npz
.hematite/assets/voice/tokenizer.json
# User-local config (voice, api_url, keys — not project-shareable)
.hematite/settings.json
# MCP server config may contain API keys or local paths
.hematite/mcp_servers.json
# Session-generated plan and task files
.hematite/PLAN.md
.hematite/TASK.md
.hematite/TASK_TEST.md
.hematite/workspace_profile.json
# Local behavioral guidelines (personal tuning)
CLAUDE.local.md
.hematite/rules.local.md
# Runtime / temp artifacts
.hematite/ghost/*.bak
.hematite/ghost/ledger.txt
.hematite/last_request.json
.hematite/scratch/
.hematite/session.json
.hematite/reports/
.hematite_scratch/
.hematite_logs/
tmp/
# Logs, JSON, and error dumps
error.log
error_log.txt
cargo_errors*.txt
our_errors.txt
error_lines.txt
build_errors.txt
errors.txt
errors.json
errors.json.txt
build_errors.txt.txt
build_errors.txt.json
errors.txt.json
# Build test leftovers
hatch_test.rs
onnx_lib/
# Databases & Runtime
*.db
*.db-shm
*.db-wal
# Secrets & Config
.env
.env.*
*.key
*.pem
credentials.json
auth.json