commit 06153f7d76b998dbfbeca154b96e86fb8bf73cf1 Author: 依瑪貓 Date: Sun Mar 1 23:11:22 2026 +0800 Add .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..25f6fcc --- /dev/null +++ b/.gitignore @@ -0,0 +1,22 @@ +# The SPQR-Tree algorithm implementation. +# Copyright 2026 imacat. All rights reserved. +# Authors: +# 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