Files
ai-web-tester/.gitignore
2025-12-28 15:35:32 +08:00

25 lines
226 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.so
.Python
*.egg-info/
dist/
build/
# 环境配置(包含敏感信息)
.env
# IDE
.idea/
.vscode/
*.swp
# 测试报告
reports/
# Playwright
playwright-report/
test-results/
.DS_Store