From 032a6b065b2e94a92b0e8d1a07237ee5d89796bf Mon Sep 17 00:00:00 2001 From: hesuicong Date: Fri, 12 Dec 2025 11:54:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..90b3e10 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +__pycache__/compute_print_net_out.cpython-312.pyc +__pycache__/compute_print_net.cpython-312.pyc +__pycache__/config.cpython-312.pyc +__pycache__/download_print.cpython-312.pyc +__pycache__/general.cpython-312.pyc +__pycache__/point_cloud_layout.cpython-312.pyc +__pycache__/print_show_weight_max_obj.cpython-312.pyc +__pycache__/test_load_json.cpython-312.pyc