From 9d706d719af784fccd59f1092dff58dca83364ad Mon Sep 17 00:00:00 2001 From: Laurens Valk Date: Mon, 4 Jul 2022 08:40:28 +0200 Subject: [PATCH] .gitignore: Ignore .python-version. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0a3e6d5..834e9b9 100644 --- a/.gitignore +++ b/.gitignore @@ -58,3 +58,4 @@ genrst/ # Virtual environment ###################### .venv/ +.python-version