lark/.gitignore

13 lines
107 B
Plaintext
Raw Normal View History

2018-09-22 07:18:01 +00:00
*.pyc
2018-12-03 13:25:45 +00:00
*.pyo
/.tox
2018-09-22 07:18:01 +00:00
/lark_parser.egg-info/**
tags
.vscode
2019-08-09 21:55:12 +00:00
.idea
2018-09-22 07:18:01 +00:00
.ropeproject
.cache
2020-02-13 14:34:05 +00:00
.mypy_cache
2018-09-22 07:18:01 +00:00
/dist
/build