From 820b0aa589ed9cd8e4fd2acd50bbd974369f6c09 Mon Sep 17 00:00:00 2001 From: Kris Kirby <49237469+ke4ahr@users.noreply.github.com> Date: Mon, 7 Oct 2024 23:15:01 -0500 Subject: [PATCH] Update .gitignore https://github.com/romanz/amodem/pull/77 changed *.env* to .env. --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index dc357d1a..5b81012e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,6 +22,7 @@ build/ htmlcov *_ext.c *_ext.so +.env /.tox /dist /deb_dist