# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/

# Builds / distributions
build/
dist/
*.whl

# mkdocs build output
site/

# uv / virtual environments
.venv/
venv/

# Tooling caches
.mypy_cache/
.ruff_cache/
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Editors / OS
.idea/
.vscode/
*.swp
.DS_Store

# Example run artifacts (generated by examples/*/run.sh, incl. the
# out-residual/ workdir from the docs/samples regeneration recipe)
examples/*/out/
examples/*/out-residual/

# Sectum CLI default workdir (generated by seed/probe/report; not source)
.sectum-ai/
examples/*/.sectum-ai/

# Project-local engineering spec (not shared)
CLAUDE.md
