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# Build
/target
**/*.rs.bk
*.pdb
# Environment & secrets
.env
.env.*
!.env.example
# Database
*.db
*.db-shm
*.db-wal
*.sqlite
*.sqlite3
# User config (may contain API keys)
config.toml
# Certificates & keys
*.pem
*.key
*.cert
*.p12
*.pfx
# Runtime artifacts
collector_hand_state.json
collector_knowledge_base.json
predictions_database.json
prediction_report_*.md
BUILD_LOG.md
# OS
.DS_Store
Thumbs.db
# IDE & tools
.idea/
.vscode/
.claude/
*.swp
*.swo
*~