diff --git a/.dockerignore b/.dockerignore index cd8251c..63dada5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,6 +1,11 @@ .git/ .vscode/ .idea/ +.github/ .DS_Store -__pycache__ \ No newline at end of file +__pycache__ + +.mypy_cache +mypy.ini +pylintrc \ No newline at end of file