Ignore pyenv config file.
commit36818c3522b12bde4a5043331c5ca3b40ad1ebf0
authorM. Eric Irrgang <ericirrgang@gmail.com>
Mon, 15 Oct 2018 07:57:11 +0000 (15 10:57 +0300)
committerM. Eric Irrgang <ericirrgang@gmail.com>
Mon, 15 Oct 2018 07:57:11 +0000 (15 10:57 +0300)
tree6189d838e07e4eef467c3847c492bcf7f6b91896
parentdf3b598f6d15d1e2e70e1c6c3bf5debc49069c47
Ignore pyenv config file.

Among other possibilities, [pyenv](https://github.com/pyenv/pyenv)
allows directory-scoped Python installation choices, which can be handy
when developing on the same system for projects with different Python
version requirements. For this, it uses a "hidden" `.python-version`.

Such files should not clutter up `git status` messages or be easily
accidentally included in a commit. This change adds `.python-version`
files to `.gitignore`

Change-Id: I88bbe813966282755097da674cb53d1f88a8e031
.gitignore