Add pyenv files to .gitignore

This commit is contained in:
Andrey Shustov 2023-05-05 05:42:34 +03:00
parent b70b7b0128
commit 9744b13a2f

5
.gitignore vendored
View File

@ -80,3 +80,8 @@ Session.vim
tags tags
.tox/ .tox/
.pytest_cache/ .pytest_cache/
# pyenv
# 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