diff --git a/.gitignore b/.gitignore index 8565663..239095e 100644 --- a/.gitignore +++ b/.gitignore @@ -33,7 +33,8 @@ douyin_cdp_play_vv_*.txt # Chrome profiles and drivers # 注意:Chrome profile 包含大量缓存文件,不应加入Git scripts/config/chrome_profile/ -drivers/ +drivers/* +!drivers/chromedriver.exe # Environment variables .env diff --git a/drivers/chromedriver.exe b/drivers/chromedriver.exe new file mode 100644 index 0000000..57fd644 Binary files /dev/null and b/drivers/chromedriver.exe differ