From 7e5a2fe471a7d015d78a56518d7f16870248ccd4 Mon Sep 17 00:00:00 2001 From: billloic <102415819+BillLoic@users.noreply.github.com> Date: Thu, 29 May 2025 22:48:14 +0800 Subject: [PATCH] Update .gitignore for those who use pyenv. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 4e8cea71e..73e5b4bac 100644 --- a/.gitignore +++ b/.gitignore @@ -24,3 +24,4 @@ web_custom_versions/ openapi.yaml filtered-openapi.yaml uv.lock +.python-version