Files
8-cut/.gitignore
T
Ethanfel f597ff29e8 chore: move model storage into project models/ directory
Models now live in <project>/models/ instead of ~/.8cut_models/ so
everything stays self-contained. Updated .gitignore to exclude
models/, .venv/, *.joblib, and *.pt.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-18 13:05:20 +02:00

10 lines
81 B
Plaintext

__pycache__/
*.pyc
*.pyo
.pytest_cache/
.worktrees/
.venv/
models/
*.joblib
*.pt