Skip to content

Commit 583f11e

Browse files
[Python] .python-version should NOT be ignored (#3274)
1 parent 7cc00a1 commit 583f11e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Python.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ profile_default/
8282
ipython_config.py
8383

8484
# pyenv
85-
.python-version
85+
# For a library or package, you might want to ignore these files since the code is
86+
# intended to run in multiple environments; otherwise, check them in:
87+
# .python-version
8688

8789
# pipenv
8890
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.

0 commit comments

Comments
 (0)