.gitignore 67 B

123456789
  1. *.pyc
  2. *__pycache__
  3. *egg-info
  4. trained_models
  5. # PyPI
  6. build/*
  7. dist/*