# Python bytecode and cache
__pycache__/
*.pyc
*.pyo
*.pyd
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.nox/
.coverage
.coverage.*
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Ansible and collection build artifacts
.ansible/
build/
dist/
*.tar.gz
*.egg-info/
*.retry
_site/
.jekyll-cache/
.sass-cache/

# Local environment files
.env
.env.*

# Editor and OS noise
.DS_Store
.idea/
.vscode/
*.swp
*.swo
