# Rust build artifacts
/target
**/*.rs.bk
Cargo.lock

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

# Coverage
*.profraw
/coverage-report

# Editor / OS
*.swp
*~
.DS_Store

# Local tooling / agent artifacts (not part of the crate)
/.direnv
/.hegel
/.agent
/.idea
/.vscode
AGENTS.md
