From 5f25ec7c8e73952fb00985440cbe337374e2222b Mon Sep 17 00:00:00 2001 From: Alex Harris Date: Fri, 11 Oct 2024 18:05:13 +0100 Subject: [PATCH] build: Uncommented out the .python-version line in your .gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 512caa4..45e53da 100644 --- a/.gitignore +++ b/.gitignore @@ -87,7 +87,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.