mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-18 07:05:08 +08:00
feat: Initialize project with FastAPI backend, React web UI, Vercel sync, and API integrations.
This commit is contained in:
33
.gitignore
vendored
33
.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
*.bak
|
||||
config.json
|
||||
.env
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
@@ -47,3 +48,35 @@ uvicorn.log
|
||||
|
||||
# Vercel
|
||||
.vercel
|
||||
|
||||
# Node.js / Frontend
|
||||
node_modules/
|
||||
webui/node_modules/
|
||||
webui/dist/
|
||||
static/admin/
|
||||
.npm
|
||||
.pnpm-store/
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
pnpm-lock.yaml
|
||||
|
||||
# Build artifacts
|
||||
*.tsbuildinfo
|
||||
.cache/
|
||||
.parcel-cache/
|
||||
|
||||
# Environment
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# Testing
|
||||
.coverage
|
||||
htmlcov/
|
||||
.pytest_cache/
|
||||
.tox/
|
||||
|
||||
# Misc
|
||||
*.pyc
|
||||
*.pyo
|
||||
.git/
|
||||
Thumbs.db
|
||||
|
||||
Reference in New Issue
Block a user