Update .gitignore
* .python-version is generated by `pyenv local` command * .eggs/ directory contains *.egg files
This commit is contained in:
parent
552ff9d736
commit
31e92a8b4f
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -1,11 +1,13 @@
|
|||
*~
|
||||
*.egg-info
|
||||
*.egg
|
||||
*.eggs
|
||||
*.pyc
|
||||
.coverage
|
||||
.coverage.*
|
||||
coverage
|
||||
.tox
|
||||
settings.py
|
||||
*.pyc
|
||||
.idea/*
|
||||
.cache/*
|
||||
.python-version
|
||||
|
|
Loading…
Reference in New Issue
Block a user