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