You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

.gitignore 136 B

1234567891011121314
  1. # Project files
  2. docs/build
  3. .coverage
  4. .tox
  5. # Python compiled files
  6. *.py[cod]
  7. # Python packages
  8. *.egg
  9. *.egg-info
  10. dist
  11. build
  12. __pycache__