init: project scaffold

This commit is contained in:
2026-03-27 14:15:42 +08:00
commit 9f78c6d6d8
4 changed files with 93 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