28 lines
400 B
Plaintext
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
|