From fee463636380ab8dad01228e01c599b19b628374 Mon Sep 17 00:00:00 2001 From: kaffa Date: Thu, 5 Feb 2026 17:11:36 +0900 Subject: [PATCH] Add .python-version to .gitignore Co-Authored-By: Claude Opus 4.5 --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 505a3b1..2079493 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,6 @@ wheels/ # Virtual environments .venv + +# Python version file +.python-version