*.pyc
*.pyo
*~

# Emacs
\#(
.\#*

# Build and test artifacts
/README.txt
/dist
/*.egg-info
parser.out
.cache
.coverage
.coverage.*
.tox/

build
/jsonpath_rw/VERSION

.idea
.vscode/
