Spaces:
Running
Running
# Python | |
__pycache__/ | |
*.py[cod] | |
*.pyo | |
*.pyd | |
*.egg-info/ | |
dist/ | |
build/ | |
*.whl | |
# Virtual Environment | |
venv/ | |
env/ | |
ENV/ | |
.venv/ | |
.env/ | |
# Jupyter Notebook | |
.ipynb_checkpoints | |
# Gradio specific | |
gradio_cache/ |