add python-version to gitignore for managed pyenv compatibility

This commit is contained in:
cbartondock 2021-08-14 15:57:09 -04:00
parent 275e073c42
commit 3839af65c4
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -6,6 +6,7 @@ __pycache__/
# Distribution / packaging
.Python
.python-version
env/
venv/
eggs/