Initial commit

Co-Authored-By: Claude Sonnet 4 <noreply@anthropic.com>
This commit is contained in:
2026-04-27 10:36:53 +08:00
commit d184c6d4f5
6 changed files with 1334 additions and 0 deletions

52
.gitignore vendored Normal file
View File

@@ -0,0 +1,52 @@
# 編輯器和 IDE
.vscode/
.idea/
*.swp
*.swo
*~
# 系統檔案
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# 日誌檔
*.log
logs/
# 臨時檔案
tmp/
temp/
*.tmp
*.bak
# 環境變數和機敏資訊
.env
.env.local
.env.*.local
*.key
*.pem
config.json
secrets.json
# 套件管理
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 建置輸出
dist/
build/
*.min.js
*.min.css
# 其他
*.zip
*.rar
*.tar.gz
.cache/