init: project scaffold

This commit is contained in:
2026-04-13 18:28:59 +08:00
commit b990abdb3b
3 changed files with 56 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