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

# Tooling
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Tessera runtime artifacts
*.ledger.jsonl
ledger.jsonl

# Working state / scratch context — never commit
HANDOFF.md

# Marketing website (Next.js) — descriptive only, never part of the package repo
website/

# Launch drafts — working copy, not a repo artifact
LAUNCH.md

# Editor / OS
.idea/
.vscode/
.DS_Store
Thumbs.db
