In many modules I can see an exclude key being specified in dagger.json files.
For instance:
- https://github.com/dagger/dagger/blob/b34e88629c92a7b24da4570055a9425dcfb5bde7/core/integration/testdata/modules/python/git-dep/dagger.json#L4
- https://github.com/dagger/dagger/blob/b34e88629c92a7b24da4570055a9425dcfb5bde7/sdk/python/dev/dagger.json#L17
I have not been able to find exactly what this does. Any pointers?
Thanks!