# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Pytest / Coverage
.pytest_cache/
.coverage
htmlcov/

# Virtual Environments
.venv
venv/
ENV/
env/

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

# OpenStack and Ansible Credentials & Secrets
clouds.yaml
clouds-public.yaml
secure.yaml
*.pem
*.key
*.crt
.env
*secret*
*vault*
!playbooks/clouds.yaml.example

# Ansible retry and artifacts
*.retry
*.tar.gz
