From 380d4f4c5f2adead8c2a8fc5073e7e6b26c7a51b Mon Sep 17 00:00:00 2001 From: tomlio <957399845@qq.com> Date: Tue, 20 May 2025 15:24:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0TVBox=E8=B7=AF=E7=94=B1=20-?= =?UTF-8?q?=202025-05-20=2015:24:02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 41 +++++++++++++++++++++++++++++++++++++++++ README.en.md | 36 ++++++++++++++++++++++++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 .gitignore create mode 100644 README.en.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..372f5b7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,41 @@ +# Python相关 +__pycache__/ +*.py[cod] +*$py.class +*.so +.Python +env/ +build/ +develop-eggs/ +dist/ +downloads/ +eggs/ +.eggs/ +lib/ +lib64/ +parts/ +sdist/ +var/ +*.egg-info/ +.installed.cfg +*.egg + +# 项目特定目录 +tvbox_routes/ +tvbox_routes_temp/ + +# IDE相关 +.idea/ +.vscode/ +*.swp +*.swo + +# 系统文件 +.DS_Store +Thumbs.db +sync_json_array.py +config.py +README.md +README.md.txt +sync_json.py +failed_urls.json diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000..c95438f --- /dev/null +++ b/README.en.md @@ -0,0 +1,36 @@ +# tvbox_sync + +#### Description +{**When you're done, you can delete the content in this README and update the file with details for others getting started with your repository**} + +#### Software Architecture +Software architecture description + +#### Installation + +1. xxxx +2. xxxx +3. xxxx + +#### Instructions + +1. xxxx +2. xxxx +3. xxxx + +#### Contribution + +1. Fork the repository +2. Create Feat_xxx branch +3. Commit your code +4. Create Pull Request + + +#### Gitee Feature + +1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md +2. Gitee blog [blog.gitee.com](https://blog.gitee.com) +3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore) +4. The most valuable open source project [GVP](https://gitee.com/gvp) +5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help) +6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)