#IntelJ Idea
.idea/

#virtualenv
.venv/

#Build results
build/
dist/
*.egg-info/

#Python
*.pyc

#Generated grammar
yaql/parser_table.py
