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
69
# Rust
/target/
**/*.rs.bk
*.pdb
# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Build artifacts
*.db
*.db-journal
*.db-shm
*.db-wal
# Test databases
test*.db
# Temporary files
tmp/
temp/
# FastEmbed cache
.fastembed_cache/
# CodeMCP files
.codemcp/
codemcp/
# Claude/CodeMCP/AI assistant files (internal only)
.mcp.json
AGENTS.md
CLAUDE.md
.claude/
# Local context notes
MAGELLAN_CONTEXT.md
# Internal documentation (not for published crate)
# Development plans, roadmaps, TODOs, internal research
docs/*PLAN*.md
docs/*ROADMAP*.md
docs/TODO*.md
docs/LLM_*.md
docs/SQLITEGRAPH_*.md
docs/NATIVE_*.md
docs/INSTRUMENTATION*.md
docs/DEVELOPMENT_*.md
docs/SOURCE_TEXT_*.md
docs/codemcp*.md
docs/CROSS_FILE*.md
docs/CLI_SEARCH*.md
docs/MAGELLAN_IMPROVEMENT*.md
docs/archive/
# Planning documents (GSD workflow - local only)
.planning/
# Internal issues/reviews (development only)
docs/CODE_REVIEW*.md
docs/COMBINED_ISSUES*.md
docs/AST_NODES_*.md