.gitignore 127 B

12345678910111213
  1. .coverage*
  2. .tox/
  3. bin/
  4. deb_dist
  5. htmlcov/
  6. lib/
  7. **/__pycache__
  8. python_magic.egg-info
  9. pip-selfcheck.json
  10. pyvenv.cfg
  11. *.pyc
  12. *~
  13. dist/