From a0addea2b7bbdac244420ec917c0f3c14c4c8831 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sun, 30 Jun 2019 15:05:38 +0300 Subject: Added some of the stuff I have done while learning Python --- Python/.idea/Python.iml | 13 + .../.idea/inspectionProfiles/Project_Default.xml | 6 + Python/.idea/misc.xml | 4 + Python/.idea/modules.xml | 8 + Python/.idea/vcs.xml | 6 + Python/.idea/workspace.xml | 443 +++++++++++++++++++++ 6 files changed, 480 insertions(+) create mode 100644 Python/.idea/Python.iml create mode 100644 Python/.idea/inspectionProfiles/Project_Default.xml create mode 100644 Python/.idea/misc.xml create mode 100644 Python/.idea/modules.xml create mode 100644 Python/.idea/vcs.xml create mode 100644 Python/.idea/workspace.xml (limited to 'Python/.idea') diff --git a/Python/.idea/Python.iml b/Python/.idea/Python.iml new file mode 100644 index 0000000..85c7612 --- /dev/null +++ b/Python/.idea/Python.iml @@ -0,0 +1,13 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/Python/.idea/inspectionProfiles/Project_Default.xml b/Python/.idea/inspectionProfiles/Project_Default.xml new file mode 100644 index 0000000..d972322 --- /dev/null +++ b/Python/.idea/inspectionProfiles/Project_Default.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/Python/.idea/misc.xml b/Python/.idea/misc.xml new file mode 100644 index 0000000..91eaa2d --- /dev/null +++ b/Python/.idea/misc.xml @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Python/.idea/modules.xml b/Python/.idea/modules.xml new file mode 100644 index 0000000..3097039 --- /dev/null +++ b/Python/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/Python/.idea/vcs.xml b/Python/.idea/vcs.xml new file mode 100644 index 0000000..6c0b863 --- /dev/null +++ b/Python/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Python/.idea/workspace.xml b/Python/.idea/workspace.xml new file mode 100644 index 0000000..fabcc31 --- /dev/null +++ b/Python/.idea/workspace.xml @@ -0,0 +1,443 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +