chore: update .gitignore to exclude compiled Python files

This commit is contained in:
Suherdy Yacob 2026-05-19 17:12:49 +07:00
parent ec65830d33
commit df0f853a68

1
.gitignore vendored
View File

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