Spaces:
Running
Running
File size: 147 Bytes
bb8b382 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
# Python
*.pyc
*.pyo
__pycache__/
# Environment Variables
.env
# Streamlit
.streamlit/
# Virtual Environments
venv/
.env/
*.venv
|