cli-testing-specialist 1.0.10

Comprehensive testing framework for CLI tools - automated analysis, test generation, and security validation
Documentation
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

# Logs
*.log
/tmp/
*.tmp

# Test results
test-reports/
test-results/
*.xml
*.html

# Backup files
*.bak
*.backup
*~

# IDE
.vscode/
.idea/
*.swp
*.swo

# Node modules (if using any)
node_modules/

# Python
__pycache__/
*.pyc
*.pyo

# Build artifacts
dist/
build/

# Local config overrides
config/local-*.yaml
.env
.envrc

# Generated files
cli-analysis.json
test-analysis.json
generated-tests/
test-output/
test-output-*/
cli-test-output/
shell-detection.json
todos.md
todo.md

# Security: Prevent accidental commit of analysis results
# (may contain sensitive information from CLI help output)
*-analysis.json
*-test.json
*.secret.json
reports/*.json
reports/*.html

# Integration test directories (Phase 2)
*-integration-test/
coverage-integration-test/
profile-integration-test/
baseline-integration-test/
security-integration-test/
combined-integration-test/


# Rust
/target
Cargo.lock
**/*.rs.bk
*.pdb
.publish-state.json

# Mutation testing
mutants-out/
mutants.out
mutants.out.old
.mutants.json
benchmark_results.txt

# Benchmarks (temporary/experimental)
benches/memory_benchmark.rs