tests/output
__pycache__

# ignore visual studio code things
.vscode

# ignore Python Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# unit test
.tox/

# ignore dev stuff
.devcontainer
local_play.yml
