From f3d4ea5656e06fc1b588156f396f54102a4cf1d4 Mon Sep 17 00:00:00 2001 From: Michael Kennedy Date: Thu, 21 Dec 2023 16:28:06 -0800 Subject: [PATCH] ignore pycharm files --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index 13765a5..c742bdd 100644 --- a/.gitignore +++ b/.gitignore @@ -138,3 +138,5 @@ code/09-working-with-files/rocks-game/requirements.txt code/07-data-structures/simple_dict/.idea/simple_dict.iml code/07-data-structures/simple_dict/.idea/inspectionProfiles/Project_Default.xml workspace.xml + +.idea/