# Rust
/target/
**/*.rs.bk
*.pdb
Cargo.lock

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

# Testing
*.profraw
*.profdata

# Build artifacts
*.o
*.so
*.dylib
*.dll
*.exe

# Documentation
/doc/

# Environment
.env
.env.local

# Claude Code
.claude/

# Example files
example.md
test.md
mdstream
