# Python
.venv/
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.pytest_cache/
.ruff_cache/
.mypy_cache/
uv.lock.bak

# OS / editor
.DS_Store
.idea/
.vscode/

# Local / private
.env
*.pem
.agents/
.claude/

# Master session scratch (RULING-339) — transient working notes / DRAFT content
# not yet ready for a durable filing, preventively ignored though the directory
# does not exist here yet. Anything cited by another artifact must land the
# same session, per RULING-339 §4 — never left here to be lost.
.master-scratch/
