# 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/

# 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/
