Весь написанный код

This commit is contained in:
2026-05-07 00:56:53 +03:00
parent 131cb3e8d1
commit 93e33b170b
12 changed files with 113 additions and 7 deletions
+22 -6
View File
@@ -2,18 +2,30 @@
<project version="4">
<component name="ChangeListManager">
<list default="true" id="7f0d271a-9649-40a6-aaab-cd9fa9e7d8b2" name="Changes" comment="">
<change afterPath="$PROJECT_DIR$/.idea/PythonProject.iml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/Project_Default.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/inspectionProfiles/profiles_settings.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/modules.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/vcs.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change afterPath="$PROJECT_DIR$/httpclient.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/httprequests.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/readtoken.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/tcpklient.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/tcpserver.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/udpklient.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/udpserver.py" afterDir="false" />
<change afterPath="$PROJECT_DIR$/writetoken.py" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/README.md" beforeDir="false" afterPath="$PROJECT_DIR$/README.md" 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="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>
@@ -28,6 +40,10 @@
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"ModuleVcsDetector.initialDetectionPerformed": "true",
"Python.tcpklient.executor": "Run",
"Python.tcpserver.executor": "Run",
"Python.udpklient.executor": "Run",
"Python.udpserver.executor": "Run",
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.TerminalTabsStorage.copyFrom.TerminalArrangementManager.252": "true",
"RunOnceActivity.git.unshallow": "true",