From e8820839fc1438169e7c6a17edb2ab8a18eb6669 Mon Sep 17 00:00:00 2001 From: mm644706215 Date: Thu, 24 Jul 2025 11:18:10 +0800 Subject: [PATCH] update --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 2a585e0..ae5b407 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ .venv/ __pycache__/ -*.pyc \ No newline at end of file +*.pyc +*.egg-info/ +dist/ +.pytest_cache/ +.coverage \ No newline at end of file