| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *$py.class | |
| *.so | |
| .Python | |
| env/ | |
| venv/ | |
| ENV/ | |
| .venv | |
| *.egg-info/ | |
| dist/ | |
| build/ | |
| # Hugging Face cache | |
| .cache/ | |
| transformers_cache/ | |
| # Model weights | |
| *.pt | |
| *.pth | |
| *.ckpt | |
| *.weights | |
| # IDE | |
| .vscode/ | |
| .idea/ | |
| *.swp | |
| *.swo | |
| # OS | |
| .DS_Store | |
| Thumbs.db | |
| # Gradio | |
| flagged/ | |
| gradio_cached_examples/ | |
| # Logs | |
| *.log | |