# Generated by Cargo — compiled files and executables
/target/
debug/

# Cargo.lock is intentionally excluded for library crates.
# Include it for application/binary crates that pin their dependency tree.
# See: https://doc.rust-lang.org/cargo/guide/cargo-toml-vs-cargo-lock.html
Cargo.lock

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

# MSVC-generated debug info
*.pdb

# Benchmark baselines (criterion)
/criterion/

# Coverage output (llvm-cov / tarpaulin)
/lcov.info
/coverage/
tarpaulin-report.html
tarpaulin-report.json

# flamegraph / perf profiling
flamegraph.svg
perf.data
perf.data.old
