commit bf3096189d098eed8a1842cc350e8cc2783ce93d Author: cmk_B <15726649712@163.com> Date: Wed Jun 10 13:41:38 2026 +0800 初始化项目 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9f11b75 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.idea/ diff --git a/baid_spider/__init__.py b/baid_spider/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/test/__init__.py b/test/__init__.py new file mode 100644 index 0000000..ff146b4 --- /dev/null +++ b/test/__init__.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python +# -*- coding: utf-8 -*- +# @Time : 2026/6/9 20:22 +# @Author : cmk +# @File : __init__.py.py +# @Email : 15726649712@163.com