From d11d9ff8c7022b8a75b2d9a1d7dd2e3b97f04029 Mon Sep 17 00:00:00 2001 From: vtexier <vit@free.fr> Date: Fri, 28 Feb 2020 11:31:41 +0100 Subject: [PATCH] [enh] git ignore pyenv .python-version file --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c0682531..f58a43cf 100644 --- a/.gitignore +++ b/.gitignore @@ -51,4 +51,7 @@ temp *_uic.py # mypy -.mypy_cache \ No newline at end of file +.mypy_cache + +# pyenv +/.python-version -- GitLab