2
0

.gitignore 347 B

1234567891011121314151617
  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. __pycache__
  8. MANIFEST
  9. dist/
  10. docs/_build/
  11. docs/locale/
  12. node_modules/
  13. tests/coverage_html/
  14. tests/.coverage
  15. build/
  16. tests/report/