From e6b342749ea516c536973b828b5f5eef951b4796 Mon Sep 17 00:00:00 2001 From: Alex Schofield Date: Sun, 3 May 2026 18:19:13 +0100 Subject: ignore .python-version --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index df1a6d6..a0194be 100644 --- a/.gitignore +++ b/.gitignore @@ -195,9 +195,9 @@ cython_debug/ .abstra/ # Visual Studio Code -# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore +# Visual Studio Code specific template is maintained in a separate VisualStudioCode.gitignore # that can be found at https://github.com/github/gitignore/blob/main/Global/VisualStudioCode.gitignore -# and can be added to the global gitignore or merged into this file. However, if you prefer, +# and can be added to the global gitignore or merged into this file. However, if you prefer, # you could uncomment the following to ignore the entire vscode folder # .vscode/ @@ -217,3 +217,6 @@ __marimo__/ # Jetbrains .idea/ + +# Ignore .python_version +.python-version -- cgit v1.2.3