cc-audit 3.2.13

Security auditor for Claude Code skills, hooks, and MCP servers
Documentation
# Rust/Cargo
/target
**/*.rs.bk
*.rlib

# Coverage (cargo-llvm-cov)
*.profraw
*.profdata
/coverage/
lcov.info
tarpaulin-report.html

# Benchmarks
/criterion/

# IDE/Editor
.idea/
.vscode/
*.swp
*.swo
*~
.project
.classpath
.settings/

# macOS
.DS_Store
.AppleDouble
.LSOverride
._*

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini

# Linux
*~

# Environment
.env
.env.local
.env.*.local

# Logs
*.log
logs/

# Temporary files
*.tmp
*.temp
*.bak

# Test outputs
test-results/
test-output/

# Local configuration
.cc-audit-ignore
*.local.yaml
*.local.toml

# Generated documentation (keep docs/ but ignore generated)
/target/doc/

# Secrets (prevent accidental commits)
*.pem
*.key
*.p12
*.pfx
id_rsa*
*.secret
node_modules

# npm platform binaries (keep package.json and source)
npm/darwin-arm64/bin/
npm/darwin-x64/bin/
npm/linux-arm64/bin/
npm/linux-x64/bin/
npm/linux-x64-musl/bin/
npm/win32-x64/bin/

# Terraform
*.tfstate
*.tfstate.*
.terraform/
*.tfvars
!*.tfvars.example
crash.log
override.tf
override.tf.json
*_override.tf
*_override.tf.json