From 9744b13a2f2cbf42ce27cef75b2d98952e5fa408 Mon Sep 17 00:00:00 2001 From: Andrey Shustov Date: Fri, 5 May 2023 05:42:34 +0300 Subject: [PATCH] Add pyenv files to .gitignore --- .gitignore | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 150025a..ff6bd96 100644 --- a/.gitignore +++ b/.gitignore @@ -80,3 +80,8 @@ Session.vim tags .tox/ .pytest_cache/ + +# 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