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

# Node
node_modules/

# Built dsh bundle output (rebuilt by `prepare` on install/publish)
packages/*/lib/

# Runtime artifacts
.runtime/
*.png

# macOS
.DS_Store
