# watchdog 文件系统提供 “监控” 的 API (`inotify` / `FSEvents` 等),使应用程序无需轮询即可响应文件变化。Python [watchdog](https://github.com/gorakhargosh/watchdog) 库可以递归监听目录。