# Rust/Cargo build artifacts
/target

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

# MSVC debugging information
*.pdb

# Mutation testing data
**/mutants.out*/

# Application output
output/
*.log

# IDE and OS files
.DS_Store

# Claude Code configuration
CLAUDE.md
.claude/
