Initial Seg Data Server Net platform

This commit is contained in:
2026-06-30 11:49:36 +08:00
commit 98abafa7cc
48 changed files with 6020 additions and 0 deletions

27
.gitignore vendored Normal file
View File

@@ -0,0 +1,27 @@
# Runtime state
.env
var/
.pytest_cache/
backend/.pytest_cache/
backend/__pycache__/
frontend/node_modules/
frontend/dist/
frontend/*.tsbuildinfo
# Python / JS caches
__pycache__/
*.py[cod]
.mypy_cache/
.ruff_cache/
.vite/
# Large runtime assets. Track through Git LFS or release/package storage.
weights/files/
*.pt
*.pth
*.onnx
*.engine
# Keep the manifest and placeholder.
!weights/.gitkeep
!weights/manifest.json