# Rust build artifacts
/target
**/*.rs.bk
**/*.rlib
**/*.d
**/*.so
**/*.dylib
**/*.dll
**/*.exe
# IDE / Editor
.vscode/
.idea/
*.swp
*.swo
*~
.claude/
CLAUDE.md
# OS
.DS_Store
Thumbs.db
# Benchmark / Coverage
criterion/
profraw/
lcov.info
*.profdata
# Large test data
mrcs/
*.mrc
# RTK tool state
.rtk/