- Add .agents/ directory to .gitignore - Comment out sys.stdout.reconfigure() to prevent encoding issues 🤖 Generated with [Qoder][https://lingma.aliyun.com]
15 lines
119 B
Plaintext
15 lines
119 B
Plaintext
__pycache__/
|
|
.venv
|
|
build
|
|
dist
|
|
log
|
|
*.spec
|
|
temp
|
|
|
|
# 环境变量
|
|
.env
|
|
|
|
# Claude 临时文件
|
|
.claude/
|
|
.agents/
|
|
tmpclaude-* |