# 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
