Description
Exposes the Rust ignore library to Python, helping tools walk directories while respecting ignore files such as .gitignore. It is useful for search tools, linters, formatters, and repository scanners.
Developers use it when a Python tool should skip the same files a project has marked as ignored. It does not protect secrets by itself; it only follows ignore rules during file traversal.