
!.env.example
# Client engagement workspaces. Never committed.
# Env / secrets
# OS / editor
# Python
# Raw, unsanitized material. Nothing here is ever committed.
# Sanitisation denylist. Contains the names it exists to keep out.
# Supplied material and derived seed. Re-expressed as framework/ templates; never committed raw.
# Working notes and research. Not part of the product.
*.egg-info/
*.py[cod]
*.swp
.DS_Store
.coverage
.env
.env.*
.idea/
.pytest_cache/
.ruff_cache/
.sanitisation-denylist
.venv/
__pycache__/
build/
coverage.xml
dist/
docs/
engagements/
inbox/
seed/
venv/
