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 = ('') +