# 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

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