Spaces:
Sleeping
Sleeping
# Python cache files | |
*.pyc | |
__pycache__/ | |
# Temporary files | |
temp_image.jpg | |
*.tmp | |
# Streamlit app files | |
*.streamlit | |
# Environment files | |
.env | |
# Logs | |
*.log | |
# OS-specific files | |
.DS_Store | |
Thumbs.db | |
# Generated HTML files | |
index.html |