# OS
.DS_Store

# Python
__pycache__/
*.pyc

# Ansible artifacts
*.retry

# Helm build
charts/*/charts/
charts/*/tmp/

# Local secrets (do not commit)
secrets/
*.enc
