表面纹理
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

48 lines
854 B

# ---- Python ----
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.venv/
venv/
# ---- 编译产物 / Compiled artifacts ----
*.so
*.pyd
*.dll
*.dylib
*.o
*.obj.o
*.a
*.lib
*.exe
build/
cmake-build-*/
# 命令行可执行文件
exe/Release/t3d-surface-hole
# ---- 模型 / 网格数据 (按需保留小型资源, 默认忽略大文件) ----
*.stl
*.STL
femmodel.obj
model.obj
# ---- 运行时工作目录 / Runtime workplace ----
exe/Workplace/assets/
exe/Workplace/results/
放到blender程序所在文件夹/Release/
放到blender程序所在文件夹/exe/Workplace/assets/
放到blender程序所在文件夹/exe/Workplace/results/
放到blender程序所在文件夹/*.so
# ---- 凭据 / 状态 / Secrets & state (切勿提交) ----
credentials.json
login_status.json
*.lic
license.lic
# ---- 编辑器 / OS ----
.vscode/
.idea/
.DS_Store
Thumbs.db