tests/output
__pycache__

# ignore visual studio code things, and intelliJ
.vscode
.idea

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

# unit test
.tox/

# ignore dev stuff
.devcontainer
local_play.yml
antsibull-env
