# Ansible Artifacts
.ansible-autogenerate/
artifacts
inventory
env
.ruff_cache

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

# Environments
.env
.venv

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg


# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# IDE specific files
.idea/
.vscode/
*.swp
*.swo
.claude/

# Docs. The site, plus everything docs/gen_docs.py produces — those are built
# in CI immediately before `mkdocs build`, so there is no committed copy to go
# stale. Everything else under docs/ is hand-written and tracked.
site/
docs/configuration/
docs/commands/
docs/labops.schema.json
