mispao 1 week ago
committed by GitHub
parent
commit
21eeeaf96e
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
6 changed files with 39 additions and 0 deletions
  1. +3
    -0
      .idea/.gitignore
  2. +6
    -0
      .idea/inspectionProfiles/profiles_settings.xml
  3. +4
    -0
      .idea/misc.xml
  4. +8
    -0
      .idea/modules.xml
  5. +12
    -0
      .idea/public-apis.iml
  6. +6
    -0
      .idea/vcs.xml

+ 3
- 0
.idea/.gitignore View File

@@ -0,0 +1,3 @@
# 默认忽略的文件
/shelf/
/workspace.xml

+ 6
- 0
.idea/inspectionProfiles/profiles_settings.xml View File

@@ -0,0 +1,6 @@
<component name="InspectionProjectProfileManager">
<settings>
<option name="USE_PROJECT_PROFILE" value="false" />
<version value="1.0" />
</settings>
</component>

+ 4
- 0
.idea/misc.xml View File

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

+ 8
- 0
.idea/modules.xml View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/.idea/public-apis.iml" filepath="$PROJECT_DIR$/.idea/public-apis.iml" />
</modules>
</component>
</project>

+ 12
- 0
.idea/public-apis.iml View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<module type="PYTHON_MODULE" version="4">
<component name="NewModuleRootManager">
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
<component name="PyDocumentationSettings">
<option name="format" value="PLAIN" />
<option name="myDocStringFormat" value="Plain" />
</component>
</module>

+ 6
- 0
.idea/vcs.xml View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="" vcs="Git" />
</component>
</project>

Loading…
Cancel
Save