gitignore pyenv python-version file

pyenv local can be use to set directory specific python version in `.python-version` file in the directory

Signed-off-by: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>
This commit is contained in:
Hao Liu 2024-02-12 20:26:45 -05:00 committed by Dave
parent 4c41f6b018
commit 4b637c1319

3
.gitignore vendored
View File

@ -169,3 +169,6 @@ awx/ui_next/build
# Docs build stuff
docs/docsite/build/
_readthedocs/
# Pyenv
.python-version