chore: ignore all compiled python bytecode files in .gitignore

This commit is contained in:
Suherdy Yacob 2026-05-19 17:10:14 +07:00
parent 8bd21209d9
commit 4f598bbe06

3
.gitignore vendored
View File

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