Update .gitignore

* .python-version is generated by `pyenv local` command
* .eggs/ directory contains *.egg files
This commit is contained in:
Hyunjun Kim 2017-01-02 13:32:14 +09:00
parent 552ff9d736
commit 31e92a8b4f

4
.gitignore vendored
View File

@ -1,11 +1,13 @@
*~ *~
*.egg-info *.egg-info
*.egg *.egg
*.eggs
*.pyc
.coverage .coverage
.coverage.* .coverage.*
coverage coverage
.tox .tox
settings.py settings.py
*.pyc
.idea/* .idea/*
.cache/* .cache/*
.python-version