# 构建产物 dist/ dist_*/ build*/ build_clean*/ *.spec.bak # Python .venv/ __pycache__/ *.pyc # 运行产物(生成物不入库,可重新生成) output/ logs/ *.log # 缓存(可重新采集/生成) .cache/ # db 备份(临时备份,不入库) db/*.bak* # Pinterest 登录态(首次手动登录后缓存,不入库) pinterest_scraper/.chrome_session/ # 测试产物 _probe_out/ test_yunfei_concurrency.py # 系统 .DS_Store Thumbs.db