# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# generated by hatch-vcs at build time
packages/ziro-core/src/ziro/_version.py
tmp/
.mypy_cache/
**/.mypy_cache/

# Virtual environments
.venv
# A second env for regenerating Linux-only UI snapshots from WSL, kept separate
# so it never clobbers the Windows .venv sharing this working tree.
.venv-linux

# Local git worktrees
.worktrees/

# Environment variables
.env
# Next.js reads these; .env.example is committed as the template.
.env.local
.env*.local
.mcp.json

# Dev data (SQLite checkpoints and FAISS indexes)
data/*.db
data/*.db-*
data/faiss_*/
data/audit/
data/voices/
data/mcp_oauth/
data/model_catalog.json
data/models/
data/*
*.log
snapshot_report.html
data/threads.json
data/threads.json.pre-flavour.bak

# Node / pnpm / turborepo
node_modules/
.turbo/
.pnpm-store/

# Mintlify local build
.mintlify/
apps/docs/.mintlify/

# Playwright MCP scratch output
.playwright-mcp/

# Next.js (apps/web)
.next/
next-env.d.ts
.vercel/
*.tsbuildinfo
