# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
# This .dockerignore file follows the "whitelisting" approach described here:
#    https://youknowfordevs.com/2018/12/07/getting-control-of-your-dockerignore-files.html

#
# First, exclude everything by default:
#

*

#
# Now un-exclude only those folders and files that are needed for building the image:
#
!docs/source/analyst/worked_examples/*.ipynb
!docs/source/analyst/advanced_usage/worked_examples/*.ipynb

!flowmachine/flowmachine
!flowmachine/Pipfile*
!flowmachine/setup.cfg
!flowmachine/setup.py
!flowmachine/README.md
!flowmachine/versioneer.py
!flowmachine/MANIFEST.in

!flowclient/flowclient
!flowclient/Pipfile*
!flowclient/setup.cfg
!flowclient/setup.py
!flowclient/README.md
!flowclient/versioneer.py
!flowclient/MANIFEST.in