From 79849e5de9de9de222d4db190bd8c999dbe38e06 Mon Sep 17 00:00:00 2001 From: Redume Date: Sat, 28 Sep 2024 07:42:39 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D0=BD=D0=BE=D0=B2=D1=8B=D1=85=20=D1=84?= =?UTF-8?q?=D0=B0=D0=B9=D0=BB=D0=BE=D0=B2=20=D0=B2=20=D0=B8=D0=B3=D0=BD?= =?UTF-8?q?=D0=BE=D1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockerignore | 4 +++- .gitignore | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.dockerignore b/.dockerignore index f41a720..42251dc 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,5 @@ .git/ .vscode/ -.idea/ \ No newline at end of file +.idea/ +.DS_Store +__pycache__ \ No newline at end of file diff --git a/.gitignore b/.gitignore index c3794fd..733bccd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .idea __pycache__ -.DS_Store \ No newline at end of file +.DS_Store +CertSSL \ No newline at end of file