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

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

# Ansible / test output
.ansible/
.cache/
output/
tests/output/

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

# Misc
*.log
*.tmp
*.swp
