Merge pull request #294 from evandrocoan/add_tox_to_gitignore

Added .tox to .gitignore (to use tox locally)
This commit is contained in:
Erez Shinan 2018-12-22 12:36:58 +02:00 committed by GitHub
commit 4cba8f87ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.pyc
*.pyo
/.tox
/lark_parser.egg-info/**
tags
.vscode