# Rust build artifacts (match target/ anywhere in the tree)
**/target/

# Backup files
**/*.rs.bk

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

# OS files
.DS_Store
Thumbs.db

# Private planning docs
docs/RELEASE-PLAN.md
