From 04acdb4091c0cc2a9198bed1644c9305e72280bd Mon Sep 17 00:00:00 2001 From: Jitka Halova Date: Fri, 20 Feb 2026 12:07:28 +0100 Subject: [PATCH] Ignore AGENTS.md and CLAUDE.md in manifest check --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 865f9af618..b12ec23025 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -183,7 +183,9 @@ exclude = ''' ignore = [ ".git-blame-ignore-revs", ".bumpversion.cfg", + "AGENTS.md", "CHANGES/**", + "CLAUDE.md", "CONTRIBUTING.rst", "HISTORY.rst", "dev_requirements.txt",