From 96cd40e4463c5e50434b5adb034e72b801b8d18d Mon Sep 17 00:00:00 2001 From: Pau Perez Date: Fri, 28 Aug 2020 12:56:17 +0200 Subject: [PATCH] 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. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index f6c29f53ff..6607473215 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ .bundle .rbenv-version +.python-version .byebug_history .swp *.swo