From 8959585da0f6dd5178f1b9d2243c2ce91c9e074f Mon Sep 17 00:00:00 2001 From: "@jnak" Date: Tue, 31 Dec 2019 13:23:22 -0500 Subject: [PATCH] Gitignore pyenv dot file --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index d4f71e35..a97b8c21 100644 --- a/.gitignore +++ b/.gitignore @@ -26,6 +26,7 @@ var/ *.egg-info/ .installed.cfg *.egg +.python-version # PyInstaller # Usually these files are written by a python script from a template @@ -47,6 +48,7 @@ nosetests.xml coverage.xml *,cover .pytest_cache/ +.benchmarks/ # Translations *.mo