From 854e44ce633667dfbe4e1e7987c6976f99b96ca4 Mon Sep 17 00:00:00 2001 From: Andrei Duvakin Date: Fri, 24 Jan 2025 13:40:45 +0500 Subject: [PATCH] =?UTF-8?q?=D0=B8=D0=BD=D0=B8=D1=86=D0=B8=D0=B0=D0=BB?= =?UTF-8?q?=D0=B8=D0=B7=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BB=20=D0=BF=D1=80?= =?UTF-8?q?=D0=BE=D0=B5=D0=BA=D1=82=20=D0=B0=D0=BF=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 2 ++ API/app/infrastructure/database/database.py | 0 API/app/main.py | 0 readme.md | 0 4 files changed, 2 insertions(+) create mode 100644 .gitignore create mode 100644 API/app/infrastructure/database/database.py create mode 100644 API/app/main.py create mode 100644 readme.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..a009526 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +.idea/ +/.idea \ No newline at end of file diff --git a/API/app/infrastructure/database/database.py b/API/app/infrastructure/database/database.py new file mode 100644 index 0000000..e69de29 diff --git a/API/app/main.py b/API/app/main.py new file mode 100644 index 0000000..e69de29 diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..e69de29