# Build artifacts
target/
debug/
*.pdb
*.rs.bk

# Coverage
*.profraw

# Mutation testing
**/mutants.out*/

# OS
.DS_Store
Thumbs.db

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

# Release artifacts
*.tar.gz
*.zip

# Local work
.claude/
tasks/
CLAUDE.md

