Compare commits

..

4 Commits

Author SHA1 Message Date
xkrrudah 64b512094d Merge pull request '[MR]Added __init__.py' (#2) from develop into main
Reviewed-on: #2
2026-05-08 15:50:37 +09:00
xkrrudah 89bc5df80e Added __init__.py 2026-05-08 15:49:52 +09:00
xkrrudah 1fb62aa633 Merge pull request '[MR]Modified .gitignore' (#1) from develop into main
Reviewed-on: #1
2026-05-08 15:49:21 +09:00
xkrrudah 824095fc94 Modified .gitignore 2026-05-08 15:48:48 +09:00
2 changed files with 3 additions and 1 deletions
+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
View File