chore: 更新.gitignore 添加 Python、AI 工具配置目录等忽略规则
This commit is contained in:
+61
@@ -313,3 +313,64 @@ application-local.yml.bak
|
|||||||
|
|
||||||
# Git worktrees
|
# Git worktrees
|
||||||
.worktrees/
|
.worktrees/
|
||||||
|
|
||||||
|
# ========================================
|
||||||
|
# Python 相关
|
||||||
|
# ========================================
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*$py.class
|
||||||
|
*.so
|
||||||
|
.Python
|
||||||
|
*.egg-info/
|
||||||
|
.eggs/
|
||||||
|
dist/
|
||||||
|
*.pyc
|
||||||
|
.pytest_cache/
|
||||||
|
.coverage
|
||||||
|
htmlcov/
|
||||||
|
|
||||||
|
# ========================================
|
||||||
|
# 工具配置目录(各 AI 助手)
|
||||||
|
# ========================================
|
||||||
|
.omc/
|
||||||
|
.augment/
|
||||||
|
.codebuddy/
|
||||||
|
.cursor/
|
||||||
|
.kiro/
|
||||||
|
.opencode/
|
||||||
|
.qoder/
|
||||||
|
.specify/
|
||||||
|
.trae/
|
||||||
|
.claude/
|
||||||
|
|
||||||
|
# ========================================
|
||||||
|
# 文档和计划文件
|
||||||
|
# ========================================
|
||||||
|
# 注意:plans 目录保留用于记录重要计划,临时 HTML 文件忽略
|
||||||
|
*.html
|
||||||
|
|
||||||
|
# ========================================
|
||||||
|
# SQL 初始化文件(如不需要提交)
|
||||||
|
# ========================================
|
||||||
|
sql/alter.sql
|
||||||
|
sql/create.sql
|
||||||
|
sql/init.sql
|
||||||
|
|
||||||
|
# ========================================
|
||||||
|
# Python 脚本(如为临时工具)
|
||||||
|
# ========================================
|
||||||
|
deploy-openclaw.py
|
||||||
|
push_repo.py
|
||||||
|
update_repo.py
|
||||||
|
execute_sql.py
|
||||||
|
test_sql.py
|
||||||
|
check-https.sh
|
||||||
|
|
||||||
|
# ========================================
|
||||||
|
# 其他临时文件
|
||||||
|
# ========================================
|
||||||
|
*.md.bak
|
||||||
|
comparison-report.png
|
||||||
|
prototype-*.png
|
||||||
|
OpenClaw*.md
|
||||||
|
|||||||
Reference in New Issue
Block a user