From 2964e230421a98c6b2b91029377796244b74af23 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Fri, 18 Jun 2021 14:42:36 +0200 Subject: [PATCH] Revert "[Python] .python-version should NOT be ignored (#3274)" This reverts commit 583f11eddde230f6df9f1cece498be98c3a90773. --- Python.gitignore | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Python.gitignore b/Python.gitignore index a81c8ee121..fbb4d49bc6 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -83,9 +83,7 @@ profile_default/ ipython_config.py # pyenv -# For a library or package, you might want to ignore these files since the code is -# intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.