*.pyc
*.pyo
__pycache__/
.DS_Store
*.egg-info/
dist/
build/
*.tar.gz
.pytest_cache/
.coverage
htmlcov/
.venv/
venv/
*.swp
*.swo
*~
.idea/
.vscode/
.cursor/
.claude/
*.iml
.vagrant/
*.log
.mcp.*
.ansible/
ansible_collections/
inventory.ini
.mcp*

# SSH key material - QUICKSTART.md has users generate keys in this directory;
# never commit private keys. Public keys (*.pub) are safe and stay tracked.
id_*
!id_*.pub
*_ed25519
*_ecdsa*
*_rsa*
*.pem
pwc_id_*
!pwc_id_*.pub
*.pem
authorized_keys.bak-*
test_vars.yml
test_*
*_ecdsa*
*_ed25519*
!*.pub.example

# Personal copy of rotation_vars.example.yml; contains local key paths, not for committing.
rotation_vars.yml
