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

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

# OS
.DS_Store
Thumbs.db

# Old monolithic starter file (replaced by modular structure)
cli/src/egui_desktop_starter.rs
examples/animated_theme_icon.rs
