# Node / TypeScript
node_modules/
dist/
build/
*.tsbuildinfo
.bun/

# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
.eggs/
.venv/
.python-version.local

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Per-test evidence (client-sdk/python)
client-sdk/python/tests/_evidence/

# Secrets / local env — API keys (NVIDIA, Tavily, Exa, …) live here.
# Examples source these (e.g. dspy-research-agent/scripts/run.sh reads ../../.env).
# Keep templates trackable so the convention stays discoverable.
.env
.env.*
!.env.example
!.env.*.example
!.env.sample
*.creds
*.nkey

# Local review/research artifacts generated during adapter work
# Keep these on disk for operator review, but do not include them in PRs.
docs/html/
docs/research/

# Editor / OS
.DS_Store
.idea/
.vscode/
*.swp
*.swo

# Claude Code (local, per-user)
.claude/settings.local.json
AGENTS.md

# /security-audit scratch dir (transient)
.security-audit/
