/target

# Generated files
*.html
!docs/**/*.html

# Cache directories
.anno_cache/
.cache/
.anno/
anno/

# Proptest regressions (keep these in source control per proptest docs)
# *.proptest-regressions

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

# OS
.DS_Store
Thumbs.db

# Temporary files
*.tmp
*.bak
.cargo/
mutants.out*/

# Test binaries and artifacts
test_*
test_profiling*

# Archived documentation (progress docs, old status reports)
docs/archive/

# Generated evaluation reports (temporary, regenerated on demand)
*_report.md
*-report.md
*-seed-*.md
eval-seed-*.md
eval-sanity-report.md
comprehensive_evaluation_report.md
stress_test_report.md
verify_new_features_report.md

# Temporary review/status documents (should be in docs/ or archived)
FIXES_APPLIED.md
REVIEW_BACKWARDS.md
REVIEW_ISSUES.md
