# Secrets and credentials
.env
.env.*
*.pem
*.key
*.crt
*.p12
vault_pass*
*vault*.yml
credentials*

# Ansible
*.retry
collections/

# Python
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
.nox/
.tox/
.pytest_cache/
tests/output/
.venv/
venv/

# Build artifacts
*.tar.gz

# IDE
.vscode/
.idea/

# OS
.DS_Store

# Logs
*.log
.ansible/
