From f07aa101c429ce658bbc3821fc7252f6c6c70a29 Mon Sep 17 00:00:00 2001 From: Vlado Date: Sat, 14 Mar 2026 08:15:36 +0100 Subject: [PATCH] Initial commit --- .idea/Recepty.iml | 10 +++ .../inspectionProfiles/profiles_settings.xml | 6 ++ .idea/misc.xml | 6 ++ .idea/modules.xml | 8 +++ .idea/vcs.xml | 6 ++ .idea/workspace.xml | 68 +++++++++++++++++++ 01ReceptyTest.py | 0 7 files changed, 104 insertions(+) create mode 100644 .idea/Recepty.iml create mode 100644 .idea/inspectionProfiles/profiles_settings.xml create mode 100644 .idea/misc.xml create mode 100644 .idea/modules.xml create mode 100644 .idea/vcs.xml create mode 100644 .idea/workspace.xml create mode 100644 01ReceptyTest.py diff --git a/.idea/Recepty.iml b/.idea/Recepty.iml new file mode 100644 index 0000000..52a6c10 --- /dev/null +++ b/.idea/Recepty.iml @@ -0,0 +1,10 @@ + + + + + + + + + + \ No newline at end of file diff --git a/.idea/inspectionProfiles/profiles_settings.xml b/.idea/inspectionProfiles/profiles_settings.xml new file mode 100644 index 0000000..105ce2d --- /dev/null +++ b/.idea/inspectionProfiles/profiles_settings.xml @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml new file mode 100644 index 0000000..c54b6e4 --- /dev/null +++ b/.idea/misc.xml @@ -0,0 +1,6 @@ + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml new file mode 100644 index 0000000..d669215 --- /dev/null +++ b/.idea/modules.xml @@ -0,0 +1,8 @@ + + + + + + + + \ No newline at end of file diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 0000000..94a25f7 --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/workspace.xml b/.idea/workspace.xml new file mode 100644 index 0000000..f740879 --- /dev/null +++ b/.idea/workspace.xml @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + { + "associatedIndex": 4 +} + + + + + + + + { + "keyToString": { + "RunOnceActivity.ShowReadmeOnStart": "true", + "RunOnceActivity.git.unshallow": "true", + "git-widget-placeholder": "master", + "ignore.virus.scanning.warn.message": "true" + } +} + + + + + + + + + + + 1760257527088 + + + + \ No newline at end of file diff --git a/01ReceptyTest.py b/01ReceptyTest.py new file mode 100644 index 0000000..e69de29