From 58cbbf32c2673b0c882b6767ce6caa977f40e276 Mon Sep 17 00:00:00 2001 From: jtc42 Date: Sun, 6 Jan 2019 18:37:13 +0000 Subject: [PATCH] Ignore pyenv files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index cfeabc5c..d56eb4f9 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,6 @@ +# Pyenv files +.python-version + # Byte-compiled / optimized / DLL files __pycache__/ *.py[cod]