Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
30 changes: 30 additions & 0 deletions Plugin/BlenderBridge/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 本地配置,含端口与路径等机器相关设置
config.env

# 模型接入配置。这是使用者的私有选择,不该进版本库。
# 模板见 gmr/model_config.example.json
gmr/model_config.json

# GMR 运行时数据:checkpoint、训练日志、任务状态、数据集
# 首次调用命令时自动创建,不必入库
gmr_data/

# Add-on 打包产物。用 build_addon.py 现场生成即可。
*.zip

# Python 字节码
__pycache__/
*.pyc
*.pyo
*.pyd

# Node
node_modules/

# 编辑器与系统
.DS_Store
Thumbs.db
*.swp
*.swo
.idea/
.vscode/
Loading