初始化项目:添加README和核心Python脚本
This commit is contained in:
32
.gitignore
vendored
Normal file
32
.gitignore
vendored
Normal file
@@ -0,0 +1,32 @@
|
||||
# 虚拟环境
|
||||
venv/
|
||||
env/
|
||||
*.venv/
|
||||
|
||||
# 编译产物
|
||||
*.pyc
|
||||
__pycache__/
|
||||
|
||||
# IDE相关
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# 日志文件
|
||||
*.log
|
||||
|
||||
# 配置文件
|
||||
.env
|
||||
.local
|
||||
|
||||
# 测试文件
|
||||
.pytest_cache/
|
||||
.coverage
|
||||
|
||||
# 构建文件
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
Reference in New Issue
Block a user