summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorHao Liu <44379968+TheRealHaoLiu@users.noreply.github.com>2024-02-13 02:26:45 +0100
committerDave <dmz.oneill@gmail.com>2024-02-13 13:00:57 +0100
commit4b637c13194b8297c19b8270d0eda7c41013abb9 (patch)
tree3232e5ecd154366cacf755d5fe1a706d5b69d57b /.gitignore
parentAbility to use updater script to pin dev requirements (#14644) (diff)
downloadawx-4b637c13194b8297c19b8270d0eda7c41013abb9.tar.xz
awx-4b637c13194b8297c19b8270d0eda7c41013abb9.zip
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
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