Files
operating-room-monitor-server/backend/.dockerignore

30 lines
693 B
Plaintext
Raw Normal View History

2026-05-21 15:48:03 +08:00
.git
.gitignore
.venv
logs
logs/
2026-05-21 15:48:03 +08:00
__pycache__
*.py[cod]
.pytest_cache
.mypy_cache
.ruff_cache
.env
.env.*
!.env.example
!.env.prod
2026-05-22 10:25:34 +08:00
# 算法子进程包需打进镜像offline-batch / 5.15 main.py仅忽略运行时 I/O
algorithm_subprocesses/**/input/*
!algorithm_subprocesses/**/input/.gitkeep
algorithm_subprocesses/**/output/*
!algorithm_subprocesses/**/output/.gitkeep
algorithm_subprocesses/**/data/*
!algorithm_subprocesses/**/data/.gitkeep
algorithm_subprocesses/**/*.mp4
algorithm_subprocesses/**/*.xlsx
algorithm_subprocesses/**/*.xls
2026-05-21 15:48:03 +08:00
*.md
.dockerignore
2026-05-27 16:22:55 +08:00
# Offline bake inputs: keep *.pth / *.task; ignore partials and accidental duplicates.
weights/**/*.part
weights/**/*.pth.*