From e0214412f82305eee4a4f0b721c92ef9b869d240 Mon Sep 17 00:00:00 2001 From: Grant Lanham Jr Date: Wed, 24 Apr 2024 09:17:17 -0400 Subject: [PATCH] Update .gitignore to ignore .python-version --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 47ad50ac9..1305d0ac8 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,6 @@ gh-pages/ .idea/ searx/version_frozen.py -.dir-locals.el \ No newline at end of file +.dir-locals.el + +.python-version