Spaces:
Running
Running
File size: 301 Bytes
7c5900e |
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 bytecode
*.pyc
*.pyo
__pycache__/
# Virtual environment
venv/
.env/
*.venv
# Environment variables
.env
# Streamlit-specific files
.streamlit/
# Ignore log and cache files
*.log
*.cache
__pycache__/
*.sqlite
# Hugging Face Space-specific files (uncomment if needed)
# dataset/
# models/
|