From 6bf4edf0b3619691063f6ccf92d859953e5230af Mon Sep 17 00:00:00 2001 From: "Matthew J. Milner" Date: Wed, 25 Sep 2024 16:53:08 +0200 Subject: [PATCH] Remove .python-version from .gitignore Signed-off-by: Matthew J. Milner --- .gitignore | 2 +- .python-version | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .python-version diff --git a/.gitignore b/.gitignore index b6e47617..683c90da 100644 --- a/.gitignore +++ b/.gitignore @@ -82,7 +82,7 @@ profile_default/ ipython_config.py # pyenv -.python-version +#.python-version # pipenv # According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control. diff --git a/.python-version b/.python-version new file mode 100644 index 00000000..2c073331 --- /dev/null +++ b/.python-version @@ -0,0 +1 @@ +3.11