1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 18:28:13 +02:00

[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

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.