From ecaf6b856342edd94c7eecc3b66784de6bb57433 Mon Sep 17 00:00:00 2001 From: Patrick Wang Date: Mon, 24 May 2021 17:20:51 -0400 Subject: [PATCH] Add .python-version to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 0f86e56f..d7d55c62 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ __pycache__/ .pytest_cache/ +.python-version .vscode/ .vim/ venv/