- 添加项目配置文件(pyproject.toml) - 添加Python版本配置(.python-version) - 添加项目文档(README.md, CLAUDE.md) - 添加Git配置(.gitignore)
12 lines
117 B
Plaintext
12 lines
117 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
.claude
|