Update .gitignore for pyenv

Add .python-version to .gitignore file so that you can use
pyenv local for barbican.

Change-Id: I2b2bb01838c2d3c8d30266a1dd2f369bf2a8572c
This commit is contained in:
Steve Heyman 2016-02-09 10:33:58 -06:00
parent 08f313e626
commit 60a77c18cb
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
.venv
.python-version
*.sqlite
*.py[cod]