earwigmoth's picture
Upload 4 files
4bb1160 verified
Raw
History Blame Contribute Delete
300 Bytes
# Never commit datasets or trained models — they're large, may contain
# private/personal data, and .pkl files are unsafe to load if untrusted.
data/
*.zip
*.pkl
*.joblib
# Environment / secrets
.env
*.env
# Python
__pycache__/
*.pyc
venv/
.venv/
# OS/editor cruft
.DS_Store
.ipynb_checkpoints/