.gitignore 373 B

12345678910111213141516171819
  1. # If you need to exclude files such as those generated by an IDE, use
  2. # $GIT_DIR/info/exclude or the core.excludesFile configuration variable as
  3. # described in https://git-scm.com/docs/gitignore
  4. *.egg-info
  5. *.pot
  6. *.py[co]
  7. .tox/
  8. __pycache__
  9. MANIFEST
  10. dist/
  11. docs/_build/
  12. docs/locale/
  13. node_modules/
  14. tests/coverage_html/
  15. tests/.coverage*
  16. build/
  17. tests/report/
  18. tests/screenshots/