spam-classifier / .huggingfaceignore.temp
Sam Chaudry
Upload folder using huggingface_hub
7fa993b verified
raw
history blame
217 Bytes
# Ignore virtual environments
venv/
.env/
# Ignore cache and large files
__pycache__/
*.pyc
*.pkl
*.csv
*.log
cache/
# Ignore notebooks and test files
*.ipynb
tests/
# Ignore system or IDE files
.DS_Store
.vscode/