Files
baijiahao_data_crawl/.gitignore
“shengyudong” 322ac74336 2025-12-25 upload
2025-12-25 11:16:59 +08:00

25 lines
321 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Cookie文件包含敏感登录信息
cookies.json
account_cookies.json
captured_account_cookies.json
# 日志文件
*.log
logs/
capture_log.txt
xhh_capture_log.txt
xhh_capture_debug_log.txt
cookies_debug.json
# Python缓存
__pycache__/
*.py[cod]
*$py.class
*.so
# 临时文件
*.tmp
*.bak
.DS_Store
Thumbs.db