# macOS
.DS_Store

# Secrets
.env

# Python
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
env/

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local design docs / plans (internal); shipped docs are re-included below
docs/*
!docs/playground.md
!docs/install.md
!docs/tools.md
