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

# Local runtime data from demos
examples/received.jsonl
examples/received_fastapi.jsonl

# Secrets
.pypirc
.env

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