From 9a3fd68c40a1b4281a3b7e2e9a0b57920afa7dd5 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 30 Aug 2023 14:17:50 -0400 Subject: [PATCH] Ignore .swo files Signed-off-by: mulhern --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index fffc64d..77721ba 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__ *.swp +*.swo