Spaces:
Runtime error
Runtime error
# Python specific | |
*.pyc | |
*.pyo | |
*.pyd | |
__pycache__/ | |
*.env | |
*.venv | |
.env | |
.venv | |
pip-log.txt | |
# IDE-specific | |
.vscode/ | |
.idea/ | |
*.swp | |
# Logs | |
*.log | |
*.out | |
*.err | |
# System files | |
.DS_Store | |
Thumbs.db | |
# Streamlit cache | |
.streamlit/ | |
# Virtual environment | |
env/ | |
venv/ | |
myenv/ |