- 添加Python测试文件规则 (test_*.py, *_test.py) - 添加JavaScript/TypeScript测试文件规则 (.test.*, .spec.*) - 添加测试框架相关文件 (Jest, Cypress, Playwright) - 添加测试报告和覆盖率文件忽略 - 添加测试数据库和日志文件忽略 - 添加Mock和生成的测试数据忽略 Completed with Kiro AI assistant