Prepare repo for public GitHub release

Add README, MIT LICENSE, expanded .gitignore, and updated SVG icon set
to make the repository presentable for open-source publication.
This commit is contained in:
Breadway 2026-05-19 12:30:12 +08:00
parent e233750b24
commit b8a3424834
11 changed files with 181 additions and 2 deletions

37
.gitignore vendored
View file

@ -1,2 +1,37 @@
/target
# Build artifacts
/target/
# Editor files
.vscode/
.idea/
*.swp
*.swo
*~
# OS artifacts
.DS_Store
Thumbs.db
desktop.ini
# Environment / secrets
.env
.env.*
*.env
*.pem
*.key
*.p12
secrets/
# Log files
*.log
logs/
# Runtime files
*.sock
*.pid
# Claude Code session data
.claude/
# Internal design documents (not for distribution)
aster-brief.md