GemmaSight / .gitignore
TouseefAhmad's picture
Upload folder using huggingface_hub
de2e2e5 verified
Raw
History Blame Contribute Delete
234 Bytes
# Virtual environment
venv/
ENV/
# Python compiled files
__pycache__/
*.py[cod]
*$py.class
# Local weights / datasets (cached locally but let's exclude synthetic data)
data/examples/
output/
# OS specific files
.DS_Store
Thumbs.db