hanantonio's picture
Upload 5 files
ba5c8ae verified
raw
history blame
227 Bytes
# Hugging Face cache
.cache/
hf_cache/
# NLTK data
nltk_data/
# Streamlit cache & config
.streamlit/
.streamlit/*
# Python bytecode
__pycache__/
*.pyc
*.pyo
*.pyd
# Logs & temp
*.log
tmp/
*.sqlite3
*.db