From b7b259909ac143139d6772881865db79caeeec44 Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Fri, 14 Feb 2025 13:05:18 +0000 Subject: [PATCH] ignores .python-version --- .gitignore | 3 ++- .python-version | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) delete mode 100644 .python-version diff --git a/.gitignore b/.gitignore index 7e92e36..f002cf0 100644 --- a/.gitignore +++ b/.gitignore @@ -26,4 +26,5 @@ local_archive_test *db-wal *db-shm copy-files.sh -temp/ \ No newline at end of file +temp/ +.python-version \ No newline at end of file diff --git a/.python-version b/.python-version deleted file mode 100644 index c8cfe39..0000000 --- a/.python-version +++ /dev/null @@ -1 +0,0 @@ -3.10