# Virtual environment
.venv/
# Python cache files
__pycache__/
*/__pycache__/
**/__pycache__/
dist/

# Environment variables
.env

# OS generated files
.DS_Store

.idea/
.ipynb_checkpoints/

.memo
examples/shopify001/
examples/shopify002/

# Client build artifacts
client/out

# Test artifacts
tests/.pytest-artifacts/
