# Environment
.env
.venv/
venv/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
dist/
build/

# IDE
.vscode/
.idea/
*.swp
*.swo

# Ansible
*.retry
.molecule/

# Coverage
.coverage
htmlcov/

# Security scanner
.bandit
bandit-report.*

# Misc
*.log
.DS_Store
activate.sh
activate.fish
activate.zsh

# Generated badges (CI pushes to badges branch)
.badges/

# Deprecated CI task tracking (branch name is the sole source of truth)
.taskid
