Add .gitignore

This commit is contained in:
Marc Abramowitz 2015-03-06 16:34:33 -08:00 committed by Robert Collins
parent e7fb456d52
commit 7693e97193
1 changed files with 18 additions and 0 deletions

18
.gitignore vendored Normal file
View File

@ -0,0 +1,18 @@
*~
*.egg
*.egg-info
*.pyc
*.pyo
*.swp
.DS_Store
.coverage
.tox/
MANIFEST
build/
docs/.build/
dist/
env*/
htmlcov/
tmp/
coverage.xml
junit.xml