diff --git a/tasks/dunaev-oi/.idea/.gitignore b/tasks/dunaev-oi/.idea/.gitignore new file mode 100644 index 0000000..26d3352 --- /dev/null +++ b/tasks/dunaev-oi/.idea/.gitignore @@ -0,0 +1,3 @@ +# Default ignored files +/shelf/ +/workspace.xml diff --git a/tasks/dunaev-oi/.idea/.name b/tasks/dunaev-oi/.idea/.name new file mode 100644 index 0000000..9edcde9 --- /dev/null +++ b/tasks/dunaev-oi/.idea/.name @@ -0,0 +1 @@ +receive.py \ No newline at end of file diff --git a/tasks/dunaev-oi/.idea/inspectionProfiles/profiles_settings.xml b/tasks/dunaev-oi/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/tasks/dunaev-oi/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ +<component name="InspectionProjectProfileManager"> + <settings> + <option name="USE_PROJECT_PROFILE" value="false" /> + <version value="1.0" /> + </settings> +</component> \ No newline at end of file diff --git a/tasks/dunaev-oi/.idea/misc.xml b/tasks/dunaev-oi/.idea/misc.xml new file mode 100644 index 0000000..e3bbbb4 --- /dev/null +++ b/tasks/dunaev-oi/.idea/misc.xml @@ -0,0 +1,7 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="Black"> + <option name="sdkName" value="Python 3.12 (python4Lab)" /> + </component> + <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9 (lab_4)" project-jdk-type="Python SDK" /> +</project> \ No newline at end of file diff --git a/tasks/dunaev-oi/.idea/modules.xml b/tasks/dunaev-oi/.idea/modules.xml new file mode 100644 index 0000000..9b2ca55 --- /dev/null +++ b/tasks/dunaev-oi/.idea/modules.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="ProjectModuleManager"> + <modules> + <module fileurl="file://$PROJECT_DIR$/.idea/python4Lab.iml" filepath="$PROJECT_DIR$/.idea/python4Lab.iml" /> + </modules> + </component> +</project> \ No newline at end of file diff --git a/tasks/dunaev-oi/.idea/python4Lab.iml b/tasks/dunaev-oi/.idea/python4Lab.iml new file mode 100644 index 0000000..240ae46 --- /dev/null +++ b/tasks/dunaev-oi/.idea/python4Lab.iml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<module type="PYTHON_MODULE" version="4"> + <component name="NewModuleRootManager"> + <content url="file://$MODULE_DIR$"> + <excludeFolder url="file://$MODULE_DIR$/venv" /> + </content> + <orderEntry type="jdk" jdkName="Python 3.9 (lab_4)" jdkType="Python SDK" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> +</module> \ No newline at end of file diff --git a/tasks/dunaev-oi/.idea/vcs.xml b/tasks/dunaev-oi/.idea/vcs.xml new file mode 100644 index 0000000..c2365ab --- /dev/null +++ b/tasks/dunaev-oi/.idea/vcs.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="VcsDirectoryMappings"> + <mapping directory="$PROJECT_DIR$/../../.." vcs="Git" /> + </component> +</project> \ No newline at end of file