| .venv/ | |
| __pycache__/ | |
| *.pyc | |
| .pytest_cache/ | |
| .coverage | |
| htmlcov/ | |
| .mypy_cache/ | |
| .ruff_cache/ | |
| .gradio/ | |
| node_modules/ | |
| #test-results/ | |
| #playwright-report/ | |
| blob-report/ | |
| #assets/e2e/playwright-report/ | |
| #assets/e2e/plant-playwright-report/ | |
| gradio.out.log | |
| gradio.err.log | |
| data/* | |
| !data/.gitkeep | |
| exports/* | |
| !exports/.gitkeep | |
| models_cache/ | |
| hf_cache/ | |
| wandb/ | |
| *.gguf | |
| *.safetensors | |
| *.bin | |
| *.ckpt | |
| *.onnx | |
| *.tflite | |
| *.pt | |
| *.pth | |
| *.model | |
| .env | |
| .env.* | |
| *.pem | |
| *.key | |