This commit is contained in:
raykkk
2025-10-17 21:40:45 +08:00
commit 7d0451131f
155 changed files with 14873 additions and 0 deletions

63
.gitignore vendored Normal file
View File

@@ -0,0 +1,63 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
frontend/node_modules
**/package-lock.json
/.pnp
.pnp.js
node_modules/
# testing
/coverage
# cookbook
cookbook/_build
# production
/build
# misc
.env
.env.*
!.env.example
!.env.template
__pycache__/
*.db
*.rdb
*.egg-info/
# IDEs and editors
.idea/
.vscode/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?
# Logs
npm-debug.log*
yarn-debug.log*
yarn-error.log*
openapi-ts*.log
# MacOS
.DS_Store
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
# Linux
*~
# Python
*.py[cod]
*$py.class
uv.lock
# Logs
logs/
*.log