init: project scaffold

This commit is contained in:
2026-03-27 13:45:16 +08:00
commit 6766fd8a58
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