Prepare repo for GitHub publication

- Add MIT LICENSE file
- Expand .gitignore with standard Rust/Linux entries
- Remove dangling symlinks (breadmancli, breadpadcli) and dev scratchpad (svgs.txt) from git tracking
- Replace unsafe unwrap() calls with expect() in breadman CLI (guarded by prior filter)
This commit is contained in:
Breadway 2026-06-06 12:25:40 +08:00
parent feefdb81b9
commit c4626dd64d
34 changed files with 2825 additions and 771 deletions

28
.gitignore vendored
View file

@ -1 +1,29 @@
target/
*.tgz
*.zip
breadpadcli
breadmancli
svgs.txt
# Editor & IDE
*.swp
*.swo
.DS_Store
.vscode/
.idea/
*.iml
# Environment
.env
.env.*
!.env.example
# Debug & Logs
*.log
*.pid
*.sock
*.pdb
# Rust/Cargo
Cargo.lock
dist/