From 102d417cbfce8eda6bc701f048b4fae154f0072e Mon Sep 17 00:00:00 2001 From: Howard Gil Date: Fri, 7 Jun 2024 01:38:12 -0700 Subject: [PATCH] ignore .python-version --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2f39587d..4f19a0a9 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.