From 04f3907e06b50fca85b388cdc25a749a5dbef9ca Mon Sep 17 00:00:00 2001 From: Steve Garrity Date: Thu, 15 May 2025 17:44:53 -0700 Subject: [PATCH] ignore .python-version --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4b23836..7e9bea8 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.