.DS_Store

# Local environment files
.env
.env.local
.env.*.local

# Python
__pycache__/
**/__pycache__/
*.pyc
*.py[cod]
.pytest_cache/
.hypothesis/
.mypy_cache/
.ruff_cache/
.venv/
venv/

# Node
node_modules/
dashboard/node_modules/
worker/node_modules/
docs-site/node_modules/
dashboard/dist/
worker/dist/
sdk/js/dist/
docs-site/.next/
docs-site/out/
docs-site/.source/
npm-debug.log*

# Cloudflare / local tooling
.wrangler/
worker/.wrangler/

# Build/runtime artifacts
*.log

# Python builds
dist/
build/
*.egg-info/
