From 33282aecff7437a662a0d79de9443fe41c314f93 Mon Sep 17 00:00:00 2001 From: Jitka Halova Date: Thu, 26 Feb 2026 12:05:59 +0100 Subject: [PATCH] Ignore AGENTS.md and CLAUDE.md in manifest check --- templates/bootstrap/pyproject.toml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/bootstrap/pyproject.toml.j2 b/templates/bootstrap/pyproject.toml.j2 index 28526468..2e705a2b 100644 --- a/templates/bootstrap/pyproject.toml.j2 +++ b/templates/bootstrap/pyproject.toml.j2 @@ -105,7 +105,9 @@ exclude = ''' [tool.check-manifest] ignore = [ ".git-blame-ignore-revs", + "AGENTS.md", "CHANGES/**", + "CLAUDE.md", "dev_requirements.txt", "doc_requirements.txt", "lint_requirements.txt",