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

# Ansible
*.retry
.ansible/

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Testing
.tox/
.pytest_cache/
.coverage
.coverage.*
htmlcov/

# Build
*.tar.gz
*.zip

# Environments
.env
.venv/
venv/

# Reports
megalinter-reports
