spam-classifier / .huggingfaceignore
Sam Chaudry
Upload folder using huggingface_hub
a75c01f verified
Raw
History Blame
168 Bytes
# Ignore virtual environments
venv/
.venv/
# Ignore Python artifacts
__pycache__/
*.pyc
# Ignore environment files
.env
# Ignore Hugging Face artifacts
*.lock
*.log