# Python env and cache
.venv/
.tox/
__pycache__/
*.py[cod]
*.pyo
.pytest_cache/
.mypy_cache/

# Build artefacts
dist/
build/
*.tar.gz

# Ansible / Molecule / test output
.molecule/
.cache/
tests/output/
tests/outputs/
output/

# Editor / OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db

# Misc
*.log
*.tmp
*.swp

*output/
*outputs/
plugins/
