From 98b17b6749b0b2b734ab6fe347e9b8a33bc0b679 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Fri, 30 Jun 2023 22:44:50 +0100 Subject: [PATCH] add .python-version to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6918ff5..58ee456 100644 --- a/.gitignore +++ b/.gitignore @@ -45,6 +45,11 @@ env.bak/ venv.bak/ .hatch +# pyenv +# For a library or package, you might want to ignore these files since the code is +# intended to run in multiple environments; otherwise, check them in: +.python-version + # Test/config quick.py config.toml