diff --git a/.dockerignore b/.dockerignore index 1ae55f0..25bf6a5 100644 --- a/.dockerignore +++ b/.dockerignore @@ -2,4 +2,9 @@ .gitignore LICENSE Makefile -README.md \ No newline at end of file +README.md +poetry.lock +pyproject.toml + +# folder +.devcontainer \ No newline at end of file diff --git a/Makefile b/Makefile index 1764029..8617480 100644 --- a/Makefile +++ b/Makefile @@ -26,4 +26,4 @@ expo: .PHONY: show show: - @poetry show ${name} \ No newline at end of file + @poetry show ${name}