From 578f6811f4c1a85bc8cdfaab1247d324faf37364 Mon Sep 17 00:00:00 2001 From: maksim Date: Tue, 11 Jun 2024 22:46:34 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D0=BF=D0=BE=D0=BD=D1=8F=D0=BB?= =?UTF-8?q?=20=D0=B0=20=D1=87=D0=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dockeringore | 3 ++- .gitignore | 3 ++- password/config.py | 3 ++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.dockeringore b/.dockeringore index 2b8052f..fd11163 100644 --- a/.dockeringore +++ b/.dockeringore @@ -1,3 +1,4 @@ venv Dockerfile -tasks.db \ No newline at end of file +tasks.db +password \ No newline at end of file diff --git a/.gitignore b/.gitignore index 979d491..8f517d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ venv tasks.db .idea -__pycache__ \ No newline at end of file +__pycache__ +password \ No newline at end of file diff --git a/password/config.py b/password/config.py index dd4011c..2f26619 100644 --- a/password/config.py +++ b/password/config.py @@ -1,3 +1,4 @@ client_id = ('') secret = ('') -auth = ('') \ No newline at end of file +auth = ('') +