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

# These are backup files generated by rustfmt
**/*.rs.bk

# MSVC Windows builds of rustc generate these, which store debugging information
*.pdb

# Generated by cargo mutants
# Contains mutation testing data
**/mutants.out*/

# RustRover
#  JetBrains specific template is maintained in a separate JetBrains.gitignore that can
#  be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
#  and can be added to the global gitignore or merged into this file.  For a more nuclear
#  option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

.claude/settings.local.json

# Local Cargo config (contains [patch] for sshash-rs local checkout)
.cargo/

# sshash-rs is an independent repo; use a local checkout for development
# and override in .cargo/config.toml if needed
sshash-rs/

crates/py-piscem/tests/__pycache__/
gencode_pc_v44_index.sigs.json
piscem-cpp/
piscem/
piscem_build_stats.time
piscem_build_stats_cpp.time
profile.json.gz
test_data/


# Raw thread-broker oracle runs are large, machine-local evidence.
benchmark_results/

# Local thread-broker validation manifests and generated-data stress fixtures.
# Their purpose, invocation, and retained evidence are recorded in
# notes/thread-broker/completion-ledger.md.
scripts/__pycache__/
# The runners define what "passing" means for every performance claim on
# this branch, so they are tracked. Only the concrete manifests are
# machine-local: they carry absolute fixture paths for one host.
scripts/*.json
!scripts/*.example.json
