.gitignore 69 B

12345678910
  1. /data
  2. /logs
  3. /models
  4. /post
  5. .idea
  6. *.pyc
  7. .autoenv*
  8. /*.png
  9. /*.pdf
  10. /*.svg