# Python
*.pyc
__pycache__/
*.pyo
*.pyd
.Python

# Ansible
*.retry
.ansible/

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

# OS
.DS_Store
Thumbs.db

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

# Build
*.tar.gz
*.zip

# Temporary
*.bak
*.tmp
tmp/
temp/
