Skip to content

Commit fdc81ab

Browse files
committed
chore: update .gitignore to include certs directory
- Added 'certs/' to .gitignore to prevent tracking of certificate files. - Retained existing rule to ignore log files.
1 parent 800088a commit fdc81ab

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,6 @@ __pycache__/
1212
*.pyzw
1313
*.pyzwz
1414

15-
*.log
15+
*.log
16+
17+
certs/

0 commit comments

Comments
 (0)