.DS_Store

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

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

# Node
node_modules/
dashboard/node_modules/
worker/node_modules/
dashboard/dist/
worker/dist/
sdk/js/dist/
npm-debug.log*

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

# Build/runtime artifacts
*.log
