# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Python
__pycache__/
*.py[cod]
*.so
.Python
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Local runtime state — NEVER ship these (contain bot tokens / user media)
credentials.json
creds.json
sync_buf.txt
*.sync
examples/credentials.json
examples/creds.json
examples/sync_buf.txt
examples/*.sync
examples/inbox/
