From 5f1c1f68a7bcbbbcd5c47edf98b944ff16898bcc Mon Sep 17 00:00:00 2001 From: "Gerber, Mike" Date: Thu, 7 Aug 2025 20:08:35 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20.gitignore=20Vim=20swap=20files?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index b2534c6..739b1d4 100644 --- a/.gitignore +++ b/.gitignore @@ -23,5 +23,8 @@ venv/ .dmypy.json dmypy.json +# vim +.*.sw* + # User-specific stuff .idea