chore: init cc-slim with uv + basic files

This commit is contained in:
hc
2026-04-10 16:24:13 +08:00
commit 5528c0b3ca
4 changed files with 46 additions and 0 deletions
+23
View File
@@ -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