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

# Fuzz corpus and crash artifacts
/fuzz/corpus/
/fuzz/artifacts/

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

# Benchmark data (large, generated)
benches/data/

# Compiled C++ benchmark binary
benches/bench_cpp

# Benchmark results (generated)
benches/results/
benches/.bench_large_tmp/

# Compat test results (generated)
tests/jq_compat/results.md

# Compat test cache (external tool results)
tests/jq_compat/.cache/
