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

# Node
node_modules/
react/dist/
*.tsbuildinfo

# DyUI CLI scratch + exports
.dyui/
build_out/

# Env
.env
