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

# secrets / local state (never commit)
session.json
*.session.json
.ontapo/

# research raw captures (keep the distilled docs, not the raw flows)
docs/research/*.flows
docs/research/*raw*

# coverage
.coverage
htmlcov/
