init: project scaffold

This commit is contained in:
2026-05-27 00:49:56 +08:00
commit d430655541
9 changed files with 242 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
node_modules/
dist/
build/
.env
.env.local
.env.production
__pycache__/
*.pyc
.DS_Store
.vscode/
.idea/
*.log