.gitignore 254 B

123456789101112131415161718
  1. # Byte-compiled / optimized / DLL files
  2. __pycache__/
  3. **/__pycache__/
  4. *.py[cod]
  5. **/*.py[cod]
  6. *$py.class
  7. # Model weights
  8. #**/*.pth
  9. #**/*.onnx
  10. # Ipython notebook
  11. *.ipynb
  12. # Temporary files or benchmark resources
  13. animations/*
  14. tmp/*
  15. gradio_cached_examples/