From 4cb036fdcdcf1240576efae772375a6b37e8a7ba Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Thu, 5 May 2022 11:00:42 +0200 Subject: [PATCH] .gitignore: Ignore .python-version. This is generated by, e.g.: pyenv local 3.10.4 --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 1a38188b2..2761cae44 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,7 @@ tests/*.exp # Python virtual environment ############################ .venv/ +.python-version # Python cache files ######################