# IDE Settings
/.vscode
/.dir-locals.el
# lisa runtime folder
/runtime/*
# python cache
__pycache__
# it's auto generated by poetry
lisa.egg-info
# code coverage result
.coverage
htmlcov