Skip to content

Commit

Permalink
gitignore Pyenv's .python-version file. (#14862)
Browse files Browse the repository at this point in the history
Pyenv creates this file when you call `pyenv local`,
to set the local interpreter for the cwd.
It is just a local artifact that shouldn't be accidentally
pulled into the repo.

[ci skip-rust]

[ci skip-build-wheels]
  • Loading branch information
benjyw authored Mar 21, 2022
1 parent d74e7bc commit f9cd1f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ __pycache__/
.classpath
.factorypath
.python
.python-version
.pydevproject
.pytest_cache/
codegen/classes/
Expand Down Expand Up @@ -58,4 +59,4 @@ GTAGS
/.pants
/.pants.rc
/.venv
.tool-versions
.tool-versions

0 comments on commit f9cd1f4

Please sign in to comment.