From b822b813f8c9fbfccb037f069397934a088d6311 Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Wed, 15 May 2024 21:48:43 +0100 Subject: [PATCH] Ignore env file --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index c0c219b..767e58e 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ __pycache__/ *.py[cod] *$py.class +env.py # C extensions *.so