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
77
78
/target/
# Test outputs and analysis files
*.html
!templates/*.html
*.xml
*.json
perf.data*
scribe-output.*
scribe-analysis.*
valknut.*
test-*.html
test-*.xml
test-*.txt
test-*.json
beautiful-final.html
external-template-test.html
scribe-enhanced-test.html
scribe-rs.html
# Debug and development files
debug_*.rs
optimization_test.rs
performance_test.rs
test_*.rs
!test_budget_utilization.rs
repomix-output.xml
# Frontend build artifacts (keep source but ignore built files)
frontend/node_modules/
frontend/dist/
frontend/build/
build_frontend.sh
validate_bundle.js
# Example outputs
examples/debug_*.rs
examples/test_*.rs
# Core module temporary files
scribe-core/examples/
# Analysis module temporary files
# (removed - these are now permanent modules)
# Scanner module temporary files (removed - these are now permanent)
# scribe-scanner/src files are now tracked as they're needed
# Scaling module temporary files
scribe-scaling/tests/performance_regression_tests.rs
# Selection module temporary files
scribe-selection/repomix-output.xml
# Binary outputs (removed - src/bin/ contains source files needed by Cargo.toml)
# Binary artifacts are in target/ which is already ignored
# Templates and documentation (keep essential templates, ignore generated ones)
templates/generated/
templates/*.tmp
FRONTEND_BUNDLE_SETUP.md
!templates/report_bundled.html
!templates/report.html
# Installation and development scripts
install-scribe.sh
install-*.sh
# Parent directory clutter
../RUST_PARITY_TODO.md
../archive/
../perf.data
../repomix-output.xml
../scribe-analysis.xml
../scribe-output.html
../test-installed.xml
../test_optimizations.rs
../tiktoken_test.rs