36 lines
512 B
Plaintext
36 lines
512 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
.Python
|
|
.venv/
|
|
venv/
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
*.egg
|
|
|
|
# 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/
|
|
|
|
# API / tools
|
|
fish_api/.venv/
|
|
fish_api/.data/
|
|
.env
|
|
|
|
# OS / IDE
|
|
.DS_Store
|
|
.cursor/
|