Files
Seg_Data_Server_Net/.gitignore
2026-06-30 11:53:46 +08:00

28 lines
400 B
Plaintext

# 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. Do not push weights to Gitea.
weights/files/
*.pt
*.pth
*.onnx
*.engine
# Keep the manifest and placeholder.
!weights/.gitkeep
!weights/manifest.json