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