From da533e55ae8517a2c2f53a7f328a2cc32cc6c103 Mon Sep 17 00:00:00 2001 From: Christopher Manteuffel Date: Wed, 30 Oct 2024 11:26:43 -0700 Subject: [PATCH] Remove a file from .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index 494bee4b..b35f4eea 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,7 @@ *.pyc .pytest_cache/ .python-version +.python-version2 build/ dist/ *.egg-info/