From 14ad81ad00ade23631eaa6d2b2ebd9b8c3a5964c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Sun, 1 Mar 2026 23:11:22 +0800 Subject: [PATCH] Add .gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3e18f43 --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +# The SQPR-Tree algorithm implementation. +# Copyright 2026 DSP, inc. All rights reserved. +# Author: imacat@mail.imacat.idv.tw (imacat), 2026/3/1 + +*.pyc +__pycache__ +build +dist +*.egg-info +.pytest_cache +venv + +.DS_Store +.idea +.claude + +.scannerwork +sonar-project.properties + +excludes +test_temp.py