# Generated by Cargo
# will have compiled files and executables
debug/
target/

# rustfmt backup files
**/*.rs.bk

# Benchmark repos and raw result cache
bench/repos/
bench/results/
bench/conform.json
bench/autocorrect_validate.json

# Private repo benchmarks (never committed)
bench/private_repos.json
bench/private_results/
bench/private_results.md
bench/private_conform.json
bench/private_autocorrect_conform.json
bench/private_autocorrect_validate.json
bench/private_autocorrect_validate.md

# Corpus oracle
bench/corpus/.bundle/
bench/corpus/vendor/
bench/corpus/repos/
vendor/corpus/
__pycache__/
corpus-results.json
corpus-results.md
.check-cop-cache/

# Ruby / Gems
*.gem
Gemfile.lock
!bench/corpus/Gemfile.lock

# Internal docs (not for OSS)
docs/INTERNAL_*

# OS
.DS_Store

# Claude Code worktrees
.claude/worktrees/

# Environment
.env
.env.*
