# Build artifacts
target/
**/*.o
**/*.a
**/*.bin
**/*.elf
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Rust specific
**/*.rs.bk
Cargo.lock
# Temporary files
*.tmp
*.log
# compressed file for submodules
# bundle/submodules.tar.gz
# Extracted workspace (optional - uncomment if you want to ignore extracted content)
# workspace-full/