.gitignore 75 B

12345678910
  1. .coverage
  2. htmlcov/
  3. *~
  4. __pycache__/
  5. *.pyc
  6. /MANIFEST
  7. build/
  8. dist/
  9. *.egg-info