# Python/Node common
__pycache__/
*.py[cod]
node_modules/
.env
.DS_Store
*.log

# Build artifacts
dist/
*.egg-info/
build/
