chore: init cc-slim with uv + basic files
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Python & uv
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# OpenCode / Claude Code / AI 工具(必须忽略)
|
||||
.opencode/
|
||||
.claude/
|
||||
|
||||
# 日志和临时文件
|
||||
*.log
|
||||
logs/
|
||||
.tmp/
|
||||
|
||||
# IDE
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# (uv.lock 我们要 commit,保持可复现,所以不忽略)
|
||||
# .python-version 我们 commit
|
||||
Reference in New Issue
Block a user