# Ansible cache and artifacts
.ansible/
*.retry
*.pyc
__pycache__/

# Temporary files
*.tmp
*.swp
*~

# Secrets (should never be committed)
*.vault
secrets.yml
vault.yml

# Local configuration
*.local.yml

# Remo state directory (legacy location, now uses ~/.config/remo)
.remo/

# SSH keys
*.pem
id_rsa
id_rsa.pub

# Python packaging
dist/
build/
*.egg-info/
*.egg

# Python virtual environment
venv/
.venv/
env/

# IDE files
.idea/
.vscode/
*.sublime-*

# Maverick workflow state (ignore everything except checkpoints)
.maverick/*
!.maverick/checkpoints/
.claude/settings.local.json
