From 3839af65c4f13b2d62eb991adb068ee5e6224e14 Mon Sep 17 00:00:00 2001 From: cbartondock Date: Sat, 14 Aug 2021 15:57:09 -0400 Subject: [PATCH] add python-version to gitignore for managed pyenv compatibility --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index cbf29ce0..614e9936 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ __pycache__/ # Distribution / packaging .Python +.python-version env/ venv/ eggs/