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