Skip to content
This repository was archived by the owner on Aug 3, 2026. It is now read-only.

Commit 6143d5c

Browse files
committed
chore: update .gitignore and submodule reference
- Added patterns for .env files, log files, and patch files to .gitignore. - Updated submodule reference for gaiko.
1 parent 21c6d39 commit 6143d5c

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,8 @@ log.build.*
6868
# -----------------------------------------------------------------------------------------
6969
venv/
7070
.venv/
71-
*.pyc
7271

72+
*.pyc
73+
.env*
74+
log
75+
*.patch

0 commit comments

Comments
 (0)