spam-classifier / .huggingfaceignore
Sam Chaudry
Upload folder using huggingface_hub
d1af7ed verified
Raw
History Blame
229 Bytes
# Ignore virtual environments
venv/
.env/
__pycache__/
*.pyc
# Ignore cache and large files
__pycache__/
*.pyc
*.pkl
*.csv
*.log
# Ignore notebooks and test files
*.ipynb
tests/
# Ignore system or IDE files
.DS_Store
.vscode/