From b915ae2f57d1704c6547110cba0608683f8c7e17 Mon Sep 17 00:00:00 2001 From: "yunpeng.zhang" Date: Fri, 23 Jan 2026 16:57:35 +0800 Subject: [PATCH] chore: ignore pytest cache --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e458ed5..24388b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ .worktrees/ +__pycache__ +*.egg-info +.pytest_cache/