diff options
Diffstat (limited to '.idea')
| -rw-r--r-- | .idea/misc.xml | 3 | ||||
| -rw-r--r-- | .idea/workspace.xml | 48 |
2 files changed, 46 insertions, 5 deletions
diff --git a/.idea/misc.xml b/.idea/misc.xml index b5789dd..46c98db 100644 --- a/.idea/misc.xml +++ b/.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.13 (bigresultplus)" /> + </component> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.13 (bigresultplus)" project-jdk-type="Python SDK" /> </project>
\ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml index eaf4df8..ccd56e3 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -1,15 +1,35 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> + <component name="AutoImportSettings"> + <option name="autoReloadType" value="SELECTIVE" /> + </component> <component name="ChangeListManager"> - <list default="true" id="bf161059-c7a2-4c78-9db4-a3015d4ca7df" name="Changes" comment="" /> + <list default="true" id="bf161059-c7a2-4c78-9db4-a3015d4ca7df" name="Changes" comment=""> + <change afterPath="$PROJECT_DIR$/commands/funny.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/bigresult.py" beforeDir="false" afterPath="$PROJECT_DIR$/bigresult.py" afterDir="false" /> + <change beforePath="$PROJECT_DIR$/main.py" beforeDir="false" afterPath="$PROJECT_DIR$/main.py" afterDir="false" /> + </list> <option name="SHOW_DIALOG" value="false" /> <option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="LAST_RESOLUTION" value="IGNORE" /> </component> - <component name="ProjectColorInfo"><![CDATA[{ - "associatedIndex": 4 -}]]></component> + <component name="FileTemplateManagerImpl"> + <option name="RECENT_TEMPLATES"> + <list> + <option value="Python Script" /> + </list> + </option> + </component> + <component name="Git.Settings"> + <option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" /> + </component> + <component name="ProjectColorInfo">{ + "associatedIndex": 4 +}</component> <component name="ProjectId" id="358Efh5eyObD4rEFv07EOTUmgbs" /> <component name="ProjectViewState"> <option name="hideEmptyMiddlePackages" value="true" /> @@ -18,7 +38,11 @@ <component name="PropertiesComponent"><![CDATA[{ "keyToString": { "ModuleVcsDetector.initialDetectionPerformed": "true", - "RunOnceActivity.ShowReadmeOnStart": "true" + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true", + "RunOnceActivity.git.unshallow": "true", + "SHELLCHECK.PATH": "/home/jliu/.local/share/JetBrains/PyCharmCE2025.2/Shell Script/shellcheck", + "git-widget-placeholder": "deploy" } }]]></component> <component name="SharedIndexes"> @@ -38,4 +62,18 @@ </task> <servers /> </component> + <component name="UnknownFeatures"> + <option featureType="com.intellij.fileTypeFactory" implementationName=".env" /> + </component> + <component name="Vcs.Log.Tabs.Properties"> + <option name="TAB_STATES"> + <map> + <entry key="MAIN"> + <value> + <State /> + </value> + </entry> + </map> + </option> + </component> </project>
\ No newline at end of file |
