Spaces:
Build error
Build error
| # Compiled Python files | |
| *.pyc | |
| __pycache__/ | |
| # Virtual environment | |
| venv/ | |
| ENV/ | |
| # Jupyter Notebook checkpoints | |
| .ipynb_checkpoints/ | |
| # IDE settings | |
| .vscode/ | |
| .idea/ | |
| # Python cache files | |
| *.pyc | |
| # Gradio cache files | |
| .gradio/ | |