# Rust build artifacts
/target
Cargo.lock

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

# OS files
.DS_Store
Thumbs.db

# Planning and notes (excluded from repo)
plans/
*.md.tmp

