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 build artifacts
/target/
Cargo.lock
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# MCPLint
.mcplint/
.mcplint.toml
*.sarif
# Fuzzing
/fuzz/target/
/fuzz/corpus/
/fuzz/artifacts/
# Testing
/coverage/
*.profraw
*.profdata
# Build logs
build_*.txt
# Data files (test databases, etc.)
/data/
# Windows special files
nul
# Environment files with secrets
.env
.env.local
.env.*.local
# Neo4j credentials
neo4j.env
# AI API keys
*.key
keys/
# Internal planning/implementation docs (may contain secrets)
*_integration.md
*_roadmap.md
*_detection.md
*_prompts.md
*_Technical_Plan.md
*Strategy*.md
*Integration Plan*.md
claude_code_prompt.md
# Local MCP configuration
.mcp.json
# Claude docs (internal working documents)
claudedocs/
# Windows special files
nul