Kaynağa Gözat

idea ignore fix

spacexerq 1 ay önce
ebeveyn
işleme
bbc856dc5f
3 değiştirilmiş dosya ile 9 ekleme ve 1 silme
  1. 2 1
      .gitignore
  2. 4 0
      .idea/knee_seg.iml
  3. 3 0
      .idea/misc.xml

+ 2 - 1
.gitignore

@@ -1,3 +1,4 @@
 /DATA/
 /.idea/
-.idea
+.idea
+.idea/*

+ 4 - 0
.idea/knee_seg.iml

@@ -5,4 +5,8 @@
     <orderEntry type="jdk" jdkName="Python 3.12" jdkType="Python SDK" />
     <orderEntry type="sourceFolder" forTests="false" />
   </component>
+  <component name="PyDocumentationSettings">
+    <option name="format" value="PLAIN" />
+    <option name="myDocStringFormat" value="Plain" />
+  </component>
 </module>

+ 3 - 0
.idea/misc.xml

@@ -1,4 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project version="4">
+  <component name="Black">
+    <option name="sdkName" value="Python 3.12" />
+  </component>
   <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.12" project-jdk-type="Python SDK" />
 </project>