# Rust build artifacts
/target

# Library crate: lockfile is not committed
Cargo.lock

# Editor backups
**/*.rs.bk

# PicoVolt runtime artifacts
.pv/
*.pvdb

# cargo-fuzz artifacts
/fuzz/target
/fuzz/corpus
/fuzz/artifacts
/fuzz/Cargo.lock

# wasm-pack / npm output
/pkg
node_modules/

# Local Claude Code tooling
/.claude/

# Python binding cache
__pycache__/
*.pyc
