diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 0000000..2688c47 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,4 @@ +build/ +install/ +.github +*.egg-info \ No newline at end of file diff --git a/.gitignore b/.gitignore index ec967c4..4d74b0a 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ install */__pycache__ test/__pycache_ test/.idea +*.egg-info