Gitignore pyenv's Python version file

I use pyenv to manage the Python version to run the Transifex client.
That's the only bit of Python I use in this repo.

Without this I have to select the version each time and remove the file
after preparing the release. Annoying.
This commit is contained in:
Pau Perez
2020-08-28 12:56:17 +02:00
parent 62339de603
commit 96cd40e446

1
.gitignore vendored
View File

@@ -1,5 +1,6 @@
.bundle
.rbenv-version
.python-version
.byebug_history
.swp
*.swo