加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.74 KB
一键复制 编辑 原始数据 按行查看 历史
*.whl
# Docker build artifacts (wheel, dev package, ccache)
docker/*.tar.gz
docker/*.tar.xz
# Windows build temp cmake file
CMakeSettings.json
# Ccache tar files generated from Docker build
.github/workflows/*.tar.gz
# CMake configured files
cpp/open3d/Open3D.h
cpp/open3d/Open3DConfig.h
cpp/open3d/visualization/shader/Shader.h
util/pip_package/setup.py
# CMake temp file from Visual Studio
CMakeSettings.json
# Temp directories
3rdparty_downloads
build*/
cmake-build-debug/
cmake-build-release/
util/pip_package/dist/
doxygen/
node_modules/
# Editor files
*.*~
# Local configs
_vimrc_local.vim
.vs/
.vscode/
.clangd/
.ccls-cache/
# Build artifacts
**/package-lock.json
*.pyc
__pycache__
.cache/
._*
.DS_Store
.vscode
.idea
*.egg-info/
*.ipynb_checkpoints/
*.py[cod]
*.bak
node_modules/
static/
*.old*
dist/
compile_commands.json
# Example resources
examples/python/reconstruction_system/dataset/
examples/python/geometry/voxel_grid_test.ply
examples/python/benchmark/testdata/
examples/python/benchmark/*.pkl
examples/python/benchmark/*.png
examples/python/misc/test.jpg
examples/python/pipelines/multiway_registration.pcd
examples/python/geometry/test.json
examples/python/visualization/viewpoint.json
examples/python/geometry/copy_of_fragment.pcd
examples/python/geometry/copy_of_knot.ply
examples/python/geometry/copy_of_Juneau.jpg
examples/python/geometry/copy_of_crate.mtl
examples/python/geometry/copy_of_crate.png
examples/python/geometry/copy_of_crate.obj
# doc
docs/tutorial/**/*.ipynb
docs/tutorial/**/*.py
docs/tutorial/**/*.jpg
docs/tutorial/**/*.gif
docs/tutorial/**/*.ply
docs/tutorial/**/*.pcd
docs/tutorial/**/*.json
docs/_out/
docs/python_api/
docs/python_example/
docs/conf.py
docs/Doxyfile
docs/getting_started.rst
docs/docker.rst
docs/tensorboard.md
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化