From 66177c384e378e5e1f6b78c2d25d133b01c5fdb2 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Wed, 2 Feb 2022 11:12:24 +0100 Subject: [PATCH] Core: add python-version in gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index a8414c4..d92fce0 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ __pycache__ *.pid venv/ .vim/ +.python-version