Initial Seg Data Server Net platform
This commit is contained in:
27
.gitignore
vendored
Normal file
27
.gitignore
vendored
Normal 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
|
||||
Reference in New Issue
Block a user