# Python Virtual Environment
.venv/
venv/
__pycache__/
*.pyc

# Ansible Runtime
*.retry
.ansible/

# IDE
.vscode/
.idea/

# Secrets (never commit!)
group_vars/*/vault.yml
host_vars/*/vault.yml
*.vault

# Temporary Files
*.log
*.tmp
.DS_Store
