diff options
Diffstat (limited to 'Python/Beginner training/.idea')
5 files changed, 36 insertions, 0 deletions
diff --git a/Python/Beginner training/.idea/.gitignore b/Python/Beginner training/.idea/.gitignore new file mode 100644 index 0000000..0e40fe8 --- /dev/null +++ b/Python/Beginner training/.idea/.gitignore @@ -0,0 +1,3 @@ + +# Default ignored files +/workspace.xml
\ No newline at end of file diff --git a/Python/Beginner training/.idea/Beginner training.iml b/Python/Beginner training/.idea/Beginner training.iml new file mode 100644 index 0000000..85c7612 --- /dev/null +++ b/Python/Beginner training/.idea/Beginner training.iml @@ -0,0 +1,13 @@ +<?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="inheritedJdk" /> + <orderEntry type="sourceFolder" forTests="false" /> + </component> + <component name="TestRunnerService"> + <option name="PROJECT_TEST_RUNNER" value="Unittests" /> + </component> +</module>
\ No newline at end of file diff --git a/Python/Beginner training/.idea/inspectionProfiles/profiles_settings.xml b/Python/Beginner training/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/Python/Beginner training/.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/Python/Beginner training/.idea/modules.xml b/Python/Beginner training/.idea/modules.xml new file mode 100644 index 0000000..acbe141 --- /dev/null +++ b/Python/Beginner training/.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/Beginner training.iml" filepath="$PROJECT_DIR$/.idea/Beginner training.iml" /> + </modules> + </component> +</project>
\ No newline at end of file diff --git a/Python/Beginner training/.idea/vcs.xml b/Python/Beginner training/.idea/vcs.xml new file mode 100644 index 0000000..b2bdec2 --- /dev/null +++ b/Python/Beginner training/.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 |
