From bd1c118cb2c091fcec41168ba915456c78de68cc Mon Sep 17 00:00:00 2001 From: liuyuanchuang Date: Mon, 9 Mar 2026 17:19:53 +0800 Subject: [PATCH] chore: update ignore file --- .dockerignore | 11 +++++++++++ .gitignore | 10 +++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index c01ecbc..beb84e7 100644 --- a/.dockerignore +++ b/.dockerignore @@ -53,3 +53,14 @@ Thumbs.db test/ +# Claude Code / Development +.claude/ + +# Development and CI/CD +.github/ +.gitpod.yml +Makefile + +# Local development scripts +scripts/local/ + diff --git a/.gitignore b/.gitignore index d9d72c3..c88f213 100644 --- a/.gitignore +++ b/.gitignore @@ -72,4 +72,12 @@ uv.lock model/ -test/ \ No newline at end of file +test/ + +# Claude Code / Development +.claude/ + +# Test outputs and reports +test_report/ +coverage_report/ +.coverage.json \ No newline at end of file