[Python] .python-version should NOT be ignored (#3274)

This commit is contained in:
Santiago Basulto 2020-02-09 22:25:26 -03:00 committed by GitHub
parent 7cc00a1cd0
commit 583f11eddd
1 changed files with 3 additions and 1 deletions

View File

@ -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.