# Ansible .vault-password-file *.vault-password *.retry .ansible_cache/ *.fact # Python __pycache__/ *.pyc *.pyo .venv/ venv/ # OS .DS_Store Thumbs.db # Editor .idea/ .vscode/ *.swp *.swo *~ # Secrets (never commit these even by accident) *.env .env.* acme.json secrets.yml credentials.yml # Logs *.log # Temp /tmp/ *.tmp *.bak