diff --git a/.dockerignore b/.dockerignore index f48933b..e618710 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,3 +1,6 @@ -venv/ -__pycache__/ -.git/ +venv +.env +__pycache__ +.git +.github +*.pyc