# 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*/

# Coverage artifacts
*.profraw
*.profdata
lcov.info
coverage/

# Benchmark data
*.baseline

# Silesia corpus (downloaded)
silesia/

# RustRover / IntelliJ
.idea/

# VSCode
.vscode/

# macOS
.DS_Store

# Benchmark raw data (keep reports only)
benchmark-results/*/
benchmark-results/criterion-reports/
benchmark-results/*.svg

# PMAT
.pmat/backup/
.pmat-qa/
.pmat/context.idx/
.pmat/workspace.idx/
.pmat/deps-cache.json
.pmat/context.db
.pmat/context.db-shm
.pmat/context.db-wal
docs/
