mirror of https://github.com/lark-parser/lark.git
Updated .gitignore to exclude *.pyo
This commit is contained in:
parent
6290b1647d
commit
7a3ba694c8
|
@ -1,4 +1,5 @@
|
|||
*.pyc
|
||||
*.pyo
|
||||
/lark_parser.egg-info/**
|
||||
tags
|
||||
.vscode
|
||||
|
|
Loading…
Reference in New Issue