diff --git a/.dockerignore b/.dockerignore index ff38716..f5e96db 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1 +1 @@ -python_service/venv \ No newline at end of file +venv \ No newline at end of file diff --git a/.gitignore b/.gitignore index a3c0a35..08519f3 100644 --- a/.gitignore +++ b/.gitignore @@ -33,5 +33,5 @@ report.[0-9]_.[0-9]_.[0-9]_.[0-9]_.json # Finder (MacOS) folder config .DS_Store -**/venv +venv images \ No newline at end of file