Initial commit

This commit is contained in:
2025-12-02 02:06:51 +08:00
commit eb6c0c51fa
37 changed files with 7454 additions and 0 deletions

38
.gitignore vendored Normal file
View File

@@ -0,0 +1,38 @@
# Node / frontend artifacts
node_modules/
dist/
.cache/
coverage/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.eslintcache
# Environment files
.env
.env.*.local
.pids
# Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.cover
.coverage*
.pytest_cache/
.mypy_cache/
*.py,cover
# Virtual environments
venv/
.venv/
env/
# IDE / OS
.DS_Store
.idea/
.vscode/