.gitignore 119 B

123456789101112
  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. *~