# zsoft **Repository Path**: cherishd/zsoft ## Basic Information - **Project Name**: zsoft - **Description**: No description available - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-12-31 - **Last Updated**: 2026-03-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: AI ## README # zsoft 介绍 ## 这是常用软件: ### 基 础:day01-day15 ### 数据结构:day21-day25 默认输出前面20个 module 代码量的工程,如果需要全部 module 将20改成all ## soft: ### 开发工具 ### Python环境搭建: #### 安装scoop ```text 使用scoop 安装开发环境 https://gitee.com/scoop-installer/scoop 要在 Git 中忽略任意目录下的 history_traffic.dat 文件,你可以在项目的根目录下的 .gitignore 文件中添加以下规则: text **/history_traffic.dat git rm --cached **/history_traffic.dat 或者 git ls-files | grep history_traffic.dat | xargs git rm --cached git add .gitignore git commit -m "Ignore history_traffic.dat in all directories" ```