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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
# 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