From 28d118579328df26868ec1595c7676a4bba56555 Mon Sep 17 00:00:00 2001 From: Brent O'Connor Date: Fri, 6 Mar 2020 11:15:17 -0600 Subject: [PATCH] Ignore .python-version --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0e83371..74065d1 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ example/media/ .tox/ htmlcov .coverage +.python-version