# Secrets / env
.env
.env.*
!.env.example
*.pem
*.key
*.enc
secrets/

# Node / TS
node_modules/
dist/
build/
*.tsbuildinfo
coverage/
.turbo/

# Generated proto staging
proto/github.com/

# CLI bundles a copy of templates/ at build time; the source of truth is the
# root templates/ dir, so the generated copy is not tracked.
cli/templates/

# Generated API docs (run `pnpm --filter @qorechain/sdk docs:api`)
docs/api/
packages/ts/docs/

# Docusaurus docs site (standalone; not in the pnpm workspace)
.docusaurus/
docs/.docusaurus/
docs/build/

# Per-language (placeholders)
target/
__pycache__/
*.py[cod]
.venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# OS / IDE
.DS_Store
Thumbs.db
.idea/
.vscode/
*.swp
