From 5df6355c5c455ec185f606c23112f7110a06ccf6 Mon Sep 17 00:00:00 2001 From: Michael Kennedy Date: Mon, 12 Feb 2024 09:12:27 -0800 Subject: [PATCH] Ignore some pycharm files --- .gitignore | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 42f5ef8..ace31f7 100644 --- a/.gitignore +++ b/.gitignore @@ -159,4 +159,10 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -settings.json \ No newline at end of file +settings.json +code/03_feature_summary/.idea/03_feature_summary.iml +code/03_feature_summary/.idea/modules.xml +code/03_feature_summary/.idea/ruff.xml +code/03_feature_summary/.idea/vcs.xml +code/03_feature_summary/.idea/inspectionProfiles/profiles_settings.xml +code/03_feature_summary/.idea/inspectionProfiles/Project_Default.xml