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