I ran `utpm project link` in a project with `exclude = ["*/tests/**", "Development.md"]`. But the tests directory and all its content where copied as was the markdown file. [The 0.3 PR seems to imply that package excludes should be supported.](https://github.com/typst-community/utpm/pull/83#discussion_r2602304320)
I ran
utpm project linkin a project withexclude = ["*/tests/**", "Development.md"]. But the tests directory and all its content where copied as was the markdown file. The 0.3 PR seems to imply that package excludes should be supported.