46 lines
791 B
Plaintext
46 lines
791 B
Plaintext
# Python
|
||
__pycache__/
|
||
*.py[cod]
|
||
*$py.class
|
||
.Python
|
||
.venv/
|
||
venv/
|
||
*.egg-info/
|
||
.eggs/
|
||
dist/
|
||
build/
|
||
.pytest_cache/
|
||
.mypy_cache/
|
||
.ruff_cache/
|
||
*.egg
|
||
|
||
# Large model weights — 统一放仓库根目录 models/(见 fish_api 默认 settings)
|
||
models/
|
||
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/
|
||
|
||
frp/ |