scribe-cli 0.5.1

Advanced code analysis and repository exploration library with AI-powered insights
Documentation
/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