Spaces:
Running
Running
# Python | |
*.pyc | |
*.pyo | |
__pycache__/ | |
# Environment Variables | |
.env | |
# Streamlit | |
.streamlit/ | |
# Virtual Environments | |
venv/ | |
.env/ | |
*.venv | |