diff --git a/.dockerignore b/.dockerignore new file mode 100644 index 000000000..050466577 --- /dev/null +++ b/.dockerignore @@ -0,0 +1,14 @@ +**/*.egg-info +**/*.pyc +**/*.tar.gz +*.code-workspace +**/.*.ipynb +**/.ipynb* +.venv/ +build/ +export/ +.do-not-setup-on-localhost + +# Sphinx documentation +docs/html +screenshots/