From 67dbb995017d0b4ae5dfbf1fff07e82d88bde610 Mon Sep 17 00:00:00 2001 From: daniel Date: Sat, 28 Jun 2025 23:43:17 +0200 Subject: [PATCH] chore: add .mcp.json to .gitignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a11eef..b0d2921 100644 --- a/.gitignore +++ b/.gitignore @@ -48,4 +48,5 @@ htmlcov/ # Type checking .mypy_cache/ .dmypy.json -dmypy.json \ No newline at end of file +dmypy.json +.mcp.json