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

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

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

# Corpus oracle
bench/corpus/.bundle/
bench/corpus/vendor/
bench/synthetic/.bundle/
bench/synthetic/vendor/
bench/corpus/repos/
vendor/corpus/
__pycache__/
.pytest_cache/
.ruff_cache/
.venv/
*.py[codz]
*$py.class
corpus-results.json
corpus-results.md
.check-cop-cache/
local-collect/

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

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

# OS
.DS_Store

# Claude Code
.claude/worktrees/
.claude/settings.local.json

# Environment
.env
.env.*

# Devcontainer personal config (keep example files tracked)
.devcontainer/.claude/*
!.devcontainer/.claude/settings.example.json
!.devcontainer/.claude/statusline.sh
.devcontainer/.codex/*
!.devcontainer/.codex/config.example.toml

# Generated by kap
.devcontainer/docker-compose.kap.yml
check-cop-debug.json
