From 27eb465ab5a481cbfec6743a5b17b550a6255b99 Mon Sep 17 00:00:00 2001 From: James Stevenson Date: Thu, 31 Oct 2024 13:29:28 -0400 Subject: [PATCH] chore: ignore pyenv config --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 61e414b..c168427 100644 --- a/.gitignore +++ b/.gitignore @@ -85,7 +85,7 @@ ipython_config.py # pyenv # For a library or package, you might want to ignore these files since the code is # intended to run in multiple environments; otherwise, check them in: -# .python-version +.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.