# Ansible
.ansible-retry
.ansible/
.facts_cache/
.vault.key
*.retry
artifacts/
vault.key

# Symlink for pytest
collections/

# vagrant
.vagrant

# Unit test / coverage reports
.cache
.pytest_cache

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

# vscode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
