From 0854ec5970d28cfb324c021cbddda004ee57b0d8 2018-08-04 21:25:40 From: Alyssa Whitwell Date: 2018-08-04 21:25:40 Subject: [PATCH] Add .python-version to gitignore --- diff --git a/.gitignore b/.gitignore index 5339585..f314157 100644 --- a/.gitignore +++ b/.gitignore @@ -26,3 +26,4 @@ __pycache__ *.swp .vscode .pytest_cache +.python-version