Skip to content

Commit

Permalink
Add pyenv's .python-version into .gitignore
Browse files Browse the repository at this point in the history
Some people use pyenv local, which introduces in a .python-version in the cwd
  • Loading branch information
prassanna-ravishankar authored and FlorianWilhelm committed Jan 19, 2022
1 parent 5ad9966 commit 5ac1acb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pyscaffold/templates/gitignore.template
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,4 @@ MANIFEST
# Per-project virtualenvs
.venv*/
.conda*/
.python-version

0 comments on commit 5ac1acb

Please sign in to comment.