From d9957001ae1af9043d82636bcf9a4d132c46c092 Mon Sep 17 00:00:00 2001 From: anchapin Date: Mon, 4 Nov 2024 15:02:58 -0500 Subject: [PATCH] Add .tool-versions to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 01f60a9..d4f2c05 100644 --- a/.gitignore +++ b/.gitignore @@ -23,6 +23,7 @@ var/ *.egg-info/ .installed.cfg *.egg +.tool-versions # PyInstaller # Usually these files are written by a python script from a template