Add .gitignore.

This commit is contained in:
Dave Halter
2017-05-08 09:20:29 +02:00
commit 4304b1bda2

11
.gitignore vendored Normal file
View File

@@ -0,0 +1,11 @@
*~
*.sw?
*.pyc
.tox
.coveralls.yml
.coverage
/build/
/docs/_build/
/dist/
parso.egg-info/
/.cache/