From 56413bd9fd8e52efc2fdd12a65e027bebe7616d8 Mon Sep 17 00:00:00 2001 From: faricazjj Date: Fri, 4 Sep 2026 09:15:34 -0400 Subject: [PATCH] Stop tracking IDE and local artifact outputs Co-authored-by: Cursor --- .gitignore | 2 + .idea/.gitignore | 8 -- .idea/.name | 1 - .idea/Deep_Clustering_Survival_Machines.iml | 19 ---- .idea/deployment.xml | 57 ------------ .idea/inspectionProfiles/Project_Default.xml | 89 ------------------- .../inspectionProfiles/profiles_settings.xml | 6 -- .idea/misc.xml | 4 - .idea/modules.xml | 8 -- .idea/other.xml | 7 -- .idea/remote-mappings.xml | 16 ---- 11 files changed, 2 insertions(+), 215 deletions(-) delete mode 100644 .idea/.gitignore delete mode 100644 .idea/.name delete mode 100644 .idea/Deep_Clustering_Survival_Machines.iml delete mode 100644 .idea/deployment.xml delete mode 100644 .idea/inspectionProfiles/Project_Default.xml delete mode 100644 .idea/inspectionProfiles/profiles_settings.xml delete mode 100644 .idea/misc.xml delete mode 100644 .idea/modules.xml delete mode 100644 .idea/other.xml delete mode 100644 .idea/remote-mappings.xml diff --git a/.gitignore b/.gitignore index 8c07805..39f80bf 100644 --- a/.gitignore +++ b/.gitignore @@ -15,9 +15,11 @@ venv/ tmp_*/ *.log logs/**/*.log +logs/ results/*.db results/*.sqlite results/*_all_trials.csv +results/ # Large generated artifacts Figures/*.png diff --git a/.idea/.gitignore b/.idea/.gitignore deleted file mode 100644 index 35410ca..0000000 --- a/.idea/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# 默认忽略的文件 -/shelf/ -/workspace.xml -# 基于编辑器的 HTTP 客户端请求 -/httpRequests/ -# Datasource local storage ignored files -/dataSources/ -/dataSources.local.xml diff --git a/.idea/.name b/.idea/.name deleted file mode 100644 index 6ad3729..0000000 --- a/.idea/.name +++ /dev/null @@ -1 +0,0 @@ -Deep_Clustering_Survival_Machines \ No newline at end of file diff --git a/.idea/Deep_Clustering_Survival_Machines.iml b/.idea/Deep_Clustering_Survival_Machines.iml deleted file mode 100644 index 4529887..0000000 --- a/.idea/Deep_Clustering_Survival_Machines.iml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/deployment.xml b/.idea/deployment.xml deleted file mode 100644 index cb75128..0000000 --- a/.idea/deployment.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml deleted file mode 100644 index 28a6be9..0000000 --- a/.idea/inspectionProfiles/Project_Default.xml +++ /dev/null @@ -1,89 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml deleted file mode 100644 index 105ce2d..0000000 --- a/.idea/inspectionProfiles/profiles_settings.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml deleted file mode 100644 index 74cd65b..0000000 --- a/.idea/misc.xml +++ /dev/null @@ -1,4 +0,0 @@ - - - - \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml deleted file mode 100644 index 1db0bd5..0000000 --- a/.idea/modules.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/.idea/other.xml b/.idea/other.xml deleted file mode 100644 index 640fd80..0000000 --- a/.idea/other.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - \ No newline at end of file diff --git a/.idea/remote-mappings.xml b/.idea/remote-mappings.xml deleted file mode 100644 index 1487fac..0000000 --- a/.idea/remote-mappings.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - - - - - - - \ No newline at end of file