# Environment
.env
.venv/
venv/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Ansible
*.retry
.molecule/

# Coverage
.coverage
htmlcov/

# Misc
*.log
.DS_Store
activate.sh
activate.fish
activate.zsh
