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.

Python.gitignore 126B

1234567891011121314
  1. *.py[co]
  2. # Packages
  3. *.egg
  4. *.egg-info
  5. dist
  6. build
  7. # Installer logs
  8. pip-log.txt
  9. # Unit test / coverage reports
  10. .coverage
  11. .tox