### Initial Checks - [x] I confirm this was discussed, and the maintainers suggest I open an issue. - [x] I'm aware that if I created this issue without a discussion, it may be closed without a response. ### Discussion Link ```Text https://github.com/encode/uvicorn/pull/2598 ``` ### Description From #2598, the `reload_dirs` works as expected However, when there is watchfiles installed, `reload_dirs` still includes all files in `Path.cwd()` ### Python, Uvicorn & OS Version ```Text 0.34.2 ```