Add README, MIT LICENSE, expanded .gitignore, and updated SVG icon set to make the repository presentable for open-source publication. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
37 lines
351 B
Text
37 lines
351 B
Text
# 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
|