From 8396563c8b1f5e3cee82c29a7a5e549cb359e0e4 Mon Sep 17 00:00:00 2001 From: Christian Hattemer Date: Fri, 25 Oct 2024 17:19:14 +0200 Subject: [PATCH] Ignore PyCharm workspaces and vim swap files --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index bf540f0..24cace5 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ __pycache__ *.pyc *.pyo + +/.idea +*.swp