for the ruff ignore we need to add optinal custom entries. e.g. pyfar has ``` [tool.ruff] exclude = [ ".git", "docs", "pyfar/dsp/filter/_audiofilter.py", ] ``` this can also be a comma separated list.