# Rust build artifacts
/target/
**/*.rs.bk
*.pdb

# Cargo lock file (library crate)
Cargo.lock

# IDE files
.vscode/
.idea/
*.swp
*.swo
*~

# OS files
.DS_Store
Thumbs.db

# Test artifacts
/tmp/
/test-output/

# Documentation build
/target/doc/

# Benchmark results
/target/criterion/

# Coverage reports
/target/coverage/
*.profraw
