From 2c843119b6413dae0257f4034cec5a0de464269c Mon Sep 17 00:00:00 2001 From: Peter Holloway Date: Tue, 25 Jun 2024 13:58:57 +0100 Subject: [PATCH] Ignore PyCharm .idea directory --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 2593ec752..a05f166b6 100644 --- a/.gitignore +++ b/.gitignore @@ -68,3 +68,6 @@ lockfiles/ # ruff cache .ruff_cache/ + +# Editor/IDE project files +.idea/