【悟凡】真正意义上的净土重生:只保留核心逻辑
This commit is contained in:
24
.gitignore
vendored
Normal file
24
.gitignore
vendored
Normal file
@@ -0,0 +1,24 @@
|
||||
# Python 缓存
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
*.pyd
|
||||
|
||||
# 环境
|
||||
venv/
|
||||
.venv/
|
||||
env/
|
||||
.env
|
||||
|
||||
# Node.js
|
||||
node_modules/
|
||||
|
||||
# 系统与工具
|
||||
.DS_Store
|
||||
.openclaw/
|
||||
.vscode/
|
||||
|
||||
# 数据库与日志
|
||||
*.db
|
||||
*.sqlite3
|
||||
*.log
|
||||
Reference in New Issue
Block a user