Spaces:
Running
Running
# 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/ | |