cc-slim/.gitignore

24 lines
310 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python & uv
__pycache__/
*.pyc
*.pyo
*.pyd
.venv/
venv/
# OpenCode / Claude Code / AI 工具(必须忽略)
.opencode/
.claude/
# 日志和临时文件
*.log
logs/
.tmp/
test/
# IDE
.vscode/
.idea/
# uv.lock 我们要 commit保持可复现所以不忽略
# .python-version 我们 commit