diff options
author | Santiago Basulto <santiago.basulto@gmail.com> | 2020-02-09 22:25:26 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-09 21:25:26 -0400 |
commit | 583f11eddde230f6df9f1cece498be98c3a90773 (patch) | |
tree | 9597838ad8ccee7c2a05f2d338cdb3fe439b2aff | |
parent | 7cc00a1cd0f9d443e0c3377ce56191660df58d45 (diff) | |
download | gitignore-583f11eddde230f6df9f1cece498be98c3a90773.tar.gz gitignore-583f11eddde230f6df9f1cece498be98c3a90773.zip |
[Python] .python-version should NOT be ignored (#3274)
-rw-r--r-- | Python.gitignore | 4 |
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. |