Describe the bug
Please refer to the attached screenshot below. The area outlined in green shows the contents of a simple Kitfile. The area outlined in blue shows that the 'docs' section contains a path element that references a directory named 'artifacts/'. (Individual files in that directory are not specified, as all files are meant to be included if a directory path is specified.)
On my machine, the 'artifacts' directory contains a six image files and one csv files, all of which are small in size.
When I run the kit pack command (outlined in yellow), it stalls with 0 bytes processed (as shown in the area outlined by red).

To Reproduce
Steps to reproduce the behavior:
- Create a Kitfile like the one shown in the screenshot.
- Create an 'artifacts' directory in the same directory containing the Kitfile.
- In the 'artifacts' directory, create a non-empty text file with any name of your choosing.
- Try to pack the ModelKit using the
kit pack command.
- Note that the command hangs.
Version
0.4.0 (latest)
Additional context
Add any other context about the problem here.
Describe the bug
Please refer to the attached screenshot below. The area outlined in green shows the contents of a simple Kitfile. The area outlined in blue shows that the 'docs' section contains a path element that references a directory named 'artifacts/'. (Individual files in that directory are not specified, as all files are meant to be included if a directory path is specified.)
On my machine, the 'artifacts' directory contains a six image files and one csv files, all of which are small in size.
When I run the kit pack command (outlined in yellow), it stalls with 0 bytes processed (as shown in the area outlined by red).
To Reproduce
Steps to reproduce the behavior:
kit packcommand.Version
0.4.0 (latest)
Additional context
Add any other context about the problem here.