Go to file
xucheng 1b7bf70a67 feat: 在gitignore中添加各种测试文件忽略规则
- 添加Python测试文件规则 (test_*.py, *_test.py)
- 添加JavaScript/TypeScript测试文件规则 (.test.*, .spec.*)
- 添加测试框架相关文件 (Jest, Cypress, Playwright)
- 添加测试报告和覆盖率文件忽略
- 添加测试数据库和日志文件忽略
- 添加Mock和生成的测试数据忽略

Completed with Kiro AI assistant
2025-10-21 14:06:16 +08:00
.kiro/specs/fundamental-stock-analysis Initial commit: Fundamental stock analysis project setup 2025-10-20 15:20:32 +08:00
backend Initial commit: Fundamental stock analysis project setup 2025-10-20 15:20:32 +08:00
frontend Initial commit: Fundamental stock analysis project setup 2025-10-20 15:20:32 +08:00
.gitignore feat: 在gitignore中添加各种测试文件忽略规则 2025-10-21 14:06:16 +08:00