# Build artifacts
/target

# OS / editor / agent runtime junk
.DS_Store
.idea/
.vscode/
.claude/

# Python
__pycache__/
*.pyc
# PyO3 binding build artifacts (maturin builds in python/, separate target dir)
/python/target
/python/dist
*.so
*.pyd
*.pdb
.venv/
build/
*.egg-info/

# Benchmark run artifacts (regeneratable). The figures (*.png) are committed so the
# README renders; the raw JSONL data and run logs are not.
benches/bench_out/*.jsonl
benches/bench_out/*.log

# Local calibration cache (the `tuning` feature also writes this to the OS temp dir)
rslab-calib/
rla-calib/

# Local backups + regenerated tuner parity fixture (opt-in test)
*.bak
src/tuner_parity*.json
