Files
FishServer/.gitignore
zaiun xu 7baaa72965 feat(fish_api): add SVO2 folder watch for FishMeasure
Add MEASURE_WATCH_* settings and measure_watch background loop parallel
to action watch. Gitignore SAM 2.4GB weight and fix corrupted DGCNN
checkpoint. Clear stale outputs for fresh rerun.

Made-with: Cursor
2026-04-08 20:35:55 +08:00

44 lines
738 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Python
__pycache__/
*.py[cod]
*$py.class
.Python
.venv/
venv/
*.egg-info/
.eggs/
dist/
build/
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg
# Large model weights (download or copy from backup)
FishMeasure/sam_vit_h_4b8939.pth
# Local / runtime outputs (regenerate on server)
FishMeasure/output_weight_estimator/
FishMeasure/output-yolo-sam/
FishMeasure/datasets/
FishMeasure/runs/predict/
FishMeasure/runs/segment/
FishMeasure/weight_estimator/runs/
# ML / checkpoints (large binaries)
FishAction/checkpoints/
FishAction/wrong.json
# API / tools
fish_api/.venv/
fish_api/.data/
.env
# 本地联调样本MP4/SVO 等大文件不放仓库,见 mockdata/README.md
mockdata/**
!mockdata/README.md
# OS / IDE
.DS_Store
.cursor/