# Xmake Cache
.xmake/
build/

# VSCode Cache
.vscode

# Python Cache
__pycache__/


# output Cache
output/

# build dir
dist/
lib/