diff --git a/.gitignore b/.gitignore index 6304319..fb98bf9 100644 --- a/.gitignore +++ b/.gitignore @@ -38,3 +38,9 @@ temp/ htmlcov/ .coverage .pytest_cache/ + +# 测试报告文件 +*_test_report.md +concurrent_test_report.md +performance_metrics_*.json +performance_chart.png \ No newline at end of file