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
70
71
72
73
74
75
76
# Rust
/target/
*.pdb
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
*.tmp
# Logs
*.log
logs/
# Runtime
*.pid
*.seed
*.tmp
# Configuration (may contain secrets)
rustchain.toml
.env
*.key
*.pem
# Test artifacts
/test-output/
/coverage/
tarpaulin-report.html
# Mission outputs
/mission-outputs/
/sandbox/
# Documentation build
/book/
/target/doc/
# Temporary files
*.temp
*.bak
.cache/
# Website development (git-ignored local copy of rust-chain-forge)
/website/
# Internal business documents (not for public release)
INTERNAL_MARKETPLACE_PLAN.md
docs/internal/
internal_docs/
models/
.internal/
temp/
# Audit archives and backups
*.tar.gz
*.zip
# Test output files at root
greeting.txt
hello_rustchain.txt
test_file.txt
test_output.txt
# Demo/promo directories
gif_demo/
feature_registry/
# AI workspace files
.specify/