From a06a69030abb6d7eaa3b5c4dec151421e05c9aba Mon Sep 17 00:00:00 2001 From: bmaltais Date: Mon, 16 Jun 2025 07:11:31 -0400 Subject: [PATCH] Ignore .python-version changes --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 26390e3..084abf2 100644 --- a/.gitignore +++ b/.gitignore @@ -54,4 +54,5 @@ data config.toml sd-scripts venv -venv* \ No newline at end of file +venv* +.python-version \ No newline at end of file