From 81e20e432564c7988f72b2fc6ede3f1f479e59d0 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 19 Oct 2023 12:10:45 +0100 Subject: [PATCH] .gitignore swapfiles and pycache directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 21d0b89..916707e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ +*.swp + .venv/ +__pycache__/