From 583f11eddde230f6df9f1cece498be98c3a90773 Mon Sep 17 00:00:00 2001 From: Santiago Basulto Date: Sun, 9 Feb 2020 22:25:26 -0300 Subject: [PATCH] [Python] .python-version should NOT be ignored (#3274) --- Python.gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Python.gitignore b/Python.gitignore index 5d8f5722..5e79d708 100644 --- a/Python.gitignore +++ b/Python.gitignore @@ -82,7 +82,9 @@ profile_default/ ipython_config.py # pyenv -.python-version +# 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 # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.