# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
.pytest_cache/
.mypy_cache/
.ruff_cache/
dist/
build/

# Node
node_modules/
.next/
.turbo/
.pnpm-store/
.parcel-cache/
out/

# Editors
.vscode/
.idea/
*.swp
.DS_Store

# Secrets / env
.env
.env.local
.env.*.local

# Bundles and artifacts (samples may opt back in)
*.bundle/
artifacts/
out/
tmp/

# Logs (but the sample bundle keeps its own)
*.log
!examples/**/*.log
