From b3c3c77f3cb80a94e7adce288165870ea49435ac Mon Sep 17 00:00:00 2001 From: passthem Date: Tue, 10 Mar 2026 11:16:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Ignore?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.gitignore b/.gitignore index 8f30fa4..1eae968 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,10 @@ # 缓存文件 __pycache__ +/.ruff_cache +/.pytest_cache +/.mypy_cache +/.black_cache # 可能会偶然生成的 diff 文件 /*.diff @@ -14,3 +18,8 @@ __pycache__ /.coverage /.coverage.db /htmlcov + +# 对手动创建虚拟环境的人 +/.venv +/venv +*.egg-info