Modified .gitignore

This commit is contained in:
2026-05-08 15:48:48 +09:00
parent 3ec66b1507
commit 824095fc94
+3 -1
View File
@@ -1,5 +1,7 @@
# 20260507 tak created gitignore # 20260508 tak created gitignore
.DS_Store .DS_Store
.idea/ .idea/
/log /log
/__pycache__ /__pycache__
/doc
/custom_lib.egg-info