chore: ignore compiled python bytecode files in repository

This commit is contained in:
Suherdy Yacob 2026-05-19 17:03:19 +07:00
parent f57d0b4948
commit 8109f933fa

3
.gitignore vendored
View File

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