# --- Python -----------------------------------------------------------------
__pycache__/
*.pyc
*.pyo
.venv/
venv/
*.egg-info/
.pytest_cache/
*.db
*.sqlite3

# --- Env / secrets ----------------------------------------------------------
.env
.env.*
!.env.example

# --- Node / Next.js ---------------------------------------------------------
node_modules/
.next/
out/
dist/
build/
.turbo/
next-env.d.ts
*.tsbuildinfo

# --- Cloudflare Workers / wrangler ------------------------------------------
.wrangler/
.dev.vars
# wrangler bundles from the TS source; a stray tsc emit next to it is build noise.
workers/share/src/*.js

# --- Editor / OS ------------------------------------------------------------
.DS_Store
Thumbs.db
.idea/
.vscode/
*.log

# --- Host deploy artifacts (leftover source tarballs from the old transfer flow)
*.tgz
