# Rust build artifacts
/target/

# Benchmark test corpora (cloned by bench/setup.sh)
/bench/repos/
/bench/harness/.venv/
/bench/harness/out_*/

# Benchmark run results
/result/
/results/

# Claude Code local settings
.claude/

# Kiro AI IDE settings
.kiro/

# Editor directories
.idea/
.vscode/
*.swp
*.swo

# proptest cache directory
proptest-regressions/

# hypothesis example database
.hypothesis/

# Python cache files
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
*.egg-info/
.eggs/
dist/
build/
