customer-predict / .gitignore
fendy07's picture
`Update .gitignore and src/pages/predict.py`
8df9230
raw
history blame contribute delete
280 Bytes
# Virtual environment
.venv/
EOF
# Python cache files
__pycache__/
*.py[cod]
# Jupyter Notebook checkpoints
.ipynb_checkpoints/
# Logs
logs/
*.log
# token files
*.token
HUGGINGFACE_TOKEN.txt
cat > .gitignore << EOF
# Model files
model/*.pkl
model/*.joblib
model/*.h5
model/*.onnx