# ── Rust / Cargo ──────────────────────────────────────────────
target/
Cargo.lock

# ── Cloudflare / Wrangler ─────────────────────────────────────
build/
dist/
.wrangler/

# ── Secrets — NEVER commit these ──────────────────────────────
.env
.dev.vars

# ── Python package ────────────────────────────────────────────
python-sdk/.venv/
python-sdk/dist/
python-sdk/build/
**/__pycache__/
*.pyc
*.pyo
*.egg-info/

# ── Editor / OS noise ─────────────────────────────────────────
.DS_Store
.idea/
.vscode/
*.swp
*.swo
Thumbs.db

# ── Claude local ──────────────────────────────────────────────
.claude/
