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:
parent
39dbf87586
commit
28aca0c1f5
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -6,6 +6,9 @@ luac.out
|
|||
*.zip
|
||||
*.tar.gz
|
||||
|
||||
# python bytecode
|
||||
__pycache__
|
||||
|
||||
# Object files
|
||||
*.o
|
||||
*.os
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue