chore: ignore compiled python files in .gitignore

This commit is contained in:
Suherdy Yacob 2026-05-19 17:03:46 +07:00
parent 3282f7ab1b
commit 0f1ee75f86

3
.gitignore vendored
View File

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