# 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

# Test and coverage artifacts
.coverage
.coverage.*
htmlcov/
.pytest_cache/

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

# Python virtual environment
venv/
.venv/
env/

# Node.js / frontend (frontend/)
node_modules/
*.log
.env
.env.*
!.env.example
# TypeScript incremental build cache (regenerated on every build)
*.tsbuildinfo

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

# macOS
.DS_Store

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