Files
grokzhuce/.gitignore
muqing-kg db7869d5f5 Add Turnstile Solver and config files
- TurnstileSolver.bat: 启动脚本
- api_solver.py: Turnstile 验证码解决器
- browser_configs.py: 浏览器配置
- db_results.py: 结果存储
2026-02-04 19:45:44 +08:00

21 lines
187 B
Plaintext

# 环境配置(包含私人信息)
.env
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
# IDE
.idea/
.vscode/
*.swp
*.swo
# 项目特定
keys/
.ace-tool/
.claude/
.playwright-mcp/