chore: update .gitignore to ignore compiled Python files

This commit is contained in:
Suherdy Yacob 2026-05-19 17:13:02 +07:00
parent 378db20dec
commit 2fbce808fd

3
.gitignore vendored
View File

@ -1 +1,2 @@
__pycache__
__pycache__
*.py[cod]