gitignore
This commit is contained in:
parent
9cc5091ed0
commit
3776fad00f
19
.gitignore
vendored
Normal file
19
.gitignore
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# 涉密信息(禁止提交到远程仓库)
|
||||
secrets.md
|
||||
|
||||
# 临时文件
|
||||
tmp/
|
||||
|
||||
# 运行时目录
|
||||
venv/
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# 系统文件
|
||||
.DS_Store
|
||||
|
||||
# OpenClaw 内部目录
|
||||
.openclaw/
|
||||
.clawhub/
|
||||
Loading…
Reference in New Issue
Block a user