feat: Initialize App

This commit is contained in:
余则霖
2026-01-06 20:57:48 +08:00
commit 921167d59a
16 changed files with 588 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
.DS_Store
*.pyc
*.egg-info
*.swp
tags
node_modules
__pycache__