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