From 6974ef26d5fcc46b06c9706cbe74fa6fecf27d27 Mon Sep 17 00:00:00 2001 From: Peter Reutemann Date: Tue, 16 Jul 2024 11:47:49 +1200 Subject: [PATCH] ignoring pycharm files now --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f3bd78d..2699040 100644 --- a/.gitignore +++ b/.gitignore @@ -112,4 +112,5 @@ venv.bak/ *.db cache/ output/ - +.idea/ +*.iml