From f5f0eafc24de9888d622f73d45f1176885707dc4 Mon Sep 17 00:00:00 2001 From: dcdc4747 Date: Thu, 6 Aug 2026 20:36:20 +0800 Subject: [PATCH] chore(repo): ignore pytest and ruff cache directories --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitignore b/.gitignore index c7541f0..a36cb2c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,8 @@ .venv/ __pycache__/ *.pyc +.pytest_cache/ +.ruff_cache/ # 本地数据库 **/data/*.db