Browse Source
Merge pull request #294 from evandrocoan/add_tox_to_gitignore
Added .tox to .gitignore (to use tox locally)
tags/gm/2021-09-23T00Z/github.com--lark-parser-lark/0.66
Erez Shinan
6 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.gitignore
|
|
@@ -1,5 +1,6 @@ |
|
|
|
*.pyc |
|
|
|
*.pyo |
|
|
|
/.tox |
|
|
|
/lark_parser.egg-info/** |
|
|
|
tags |
|
|
|
.vscode |
|
|
|