From 96f50f161c6aad85eff34c0cdb868766b7739be3 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:40:30 -0400 Subject: [PATCH 1/2] Add ccignore --- .ccignore | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .ccignore diff --git a/.ccignore b/.ccignore new file mode 100644 index 000000000..ad201fba4 --- /dev/null +++ b/.ccignore @@ -0,0 +1,7 @@ +.pre-commit-config.yaml +.github/ +docs/changelog.mdx +docs/python-sdk/ +examples/ +src/fastmcp/contrib/ +tests/contrib From e334d80c25e31538f005a625a7b07f9141c8c85a Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Mon, 30 Jun 2025 18:41:04 -0400 Subject: [PATCH 2/2] Update .ccignore --- .ccignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ccignore b/.ccignore index ad201fba4..14561791f 100644 --- a/.ccignore +++ b/.ccignore @@ -4,4 +4,4 @@ docs/changelog.mdx docs/python-sdk/ examples/ src/fastmcp/contrib/ -tests/contrib +tests/contrib/