From bc09da5a7b65b08b5d5dcd1e90173ad3b6081c23 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Mon, 29 Jul 2019 11:46:36 +0300 Subject: Did some more work in Python and started officially learning Java --- Python/Beginner training/.idea/.gitignore | 3 +++ Python/Beginner training/.idea/Beginner training.iml | 13 +++++++++++++ .../.idea/inspectionProfiles/profiles_settings.xml | 6 ++++++ Python/Beginner training/.idea/modules.xml | 8 ++++++++ Python/Beginner training/.idea/vcs.xml | 6 ++++++ 5 files changed, 36 insertions(+) create mode 100644 Python/Beginner training/.idea/.gitignore create mode 100644 Python/Beginner training/.idea/Beginner training.iml create mode 100644 Python/Beginner training/.idea/inspectionProfiles/profiles_settings.xml create mode 100644 Python/Beginner training/.idea/modules.xml create mode 100644 Python/Beginner training/.idea/vcs.xml (limited to 'Python/Beginner training/.idea') 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 @@ + + + + + + + + + + + + \ 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 @@ + + + + \ 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 @@ + + + + + + + + \ 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 @@ + + + + + + \ No newline at end of file -- cgit v1.2.3