From 4b637c13194b8297c19b8270d0eda7c41013abb9 Mon Sep 17 00:00:00 2001 From: Hao Liu <44379968+TheRealHaoLiu@users.noreply.github.com> Date: Mon, 12 Feb 2024 20:26:45 -0500 Subject: [PATCH] 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> --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b41763166c..26e0f20f0a 100644 --- a/.gitignore +++ b/.gitignore @@ -169,3 +169,6 @@ awx/ui_next/build # Docs build stuff docs/docsite/build/ _readthedocs/ + +# Pyenv +.python-version