docs: 更新.gitignore文件
- 忽略编译的Python文件 (.pyc, .pyo) - 忽略Python缓存目录 (__pycache__) - 保留文档结构的整洁性
This commit is contained in:
parent
692ff6ef0f
commit
4078a75b37
|
|
@ -9,3 +9,4 @@ __pycache__/
|
|||
Thumbs.db
|
||||
.env.*
|
||||
AGENTS.md
|
||||
CLAUDE.md
|
||||
Loading…
Reference in New Issue