chore: add __pycache__ to gitignore (#498)

* add __pycache__ to gitignore

* doc: fix typo

---------

Co-authored-by: Steven Arcangeli <506791+stevearc@users.noreply.github.com>
This commit is contained in:
Yu Guo 2024-10-26 01:07:11 +09:00 committed by GitHub
parent 39dbf87586
commit 28aca0c1f5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

3
.gitignore vendored
View file

@ -6,6 +6,9 @@ luac.out
*.zip
*.tar.gz
# python bytecode
__pycache__
# Object files
*.o
*.os