File size: 250 Bytes
1d87cdb |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
# Python cache files
__pycache__/
*.pyc
# Virtual environments
venv/
env/
# IDE/Editor files
.vscode/
.idea/
# Logs
*.log
# Cached data
*.cache
# Hugging Face cache
huggingface_hub_cache/
# Streamlit cache
.streamlit/
# Miscellaneous
.DS_Store |