aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSantiago Basulto <santiago.basulto@gmail.com>2020-02-09 22:25:26 -0300
committerGitHub <noreply@github.com>2020-02-09 21:25:26 -0400
commit583f11eddde230f6df9f1cece498be98c3a90773 (patch)
tree9597838ad8ccee7c2a05f2d338cdb3fe439b2aff
parent7cc00a1cd0f9d443e0c3377ce56191660df58d45 (diff)
downloadgitignore-583f11eddde230f6df9f1cece498be98c3a90773.tar.gz
gitignore-583f11eddde230f6df9f1cece498be98c3a90773.zip
[Python] .python-version should NOT be ignored (#3274)
-rw-r--r--Python.gitignore4
1 files changed, 3 insertions, 1 deletions
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.