Sentilyze-APP / .gitignore
Numan sheikh
Upload Sentilyze app files to Hugging Face Space
7fb74eb
raw
history blame contribute delete
197 Bytes
.venv/
__pycache__/
*.pyc
.ipynb_checkpoints/
.streamlit/
data/*.csv # If you generate processed CSVs, exclude them
# For downloaded models (Hugging Face transformers cache)
.cache/
venv/
.DS_Store