| # Environment | |
| .env | |
| .venv/ | |
| venv/ | |
| env/ | |
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| # Distribution / packaging | |
| dist/ | |
| build/ | |
| *.egg-info/ | |
| # IDEs | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Gradio | |
| flagged/ | |
| gradio_cached_examples/ | |
| .gradio/ | |
| # Logs | |
| *.log | |
| # Custom scripts (not to be committed) | |
| push-both.sh | |
| push-both.bat | |