# Python
__pycache__/
*.pyc
.venv/
.pytest_cache/
*.egg-info/
dist/
build/

# Node
node_modules/
dist/
*.tsbuildinfo

# Vendored protocol (generated by scripts/vendor-protocol.mjs at publish time).
# py lands beside the package; node lands in dist/_protocol (already ignored above).
cairnq-py/cairnq/_protocol/

# SQLite working files
*.db
*.db-wal
*.db-shm

# Editor / OS
.DS_Store
