# Node / TypeScript
node_modules/
dist/
build/
*.tsbuildinfo
.vite/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*

# Environment
.env
.env.local
.env.*.local

# Python (Agent SDK)
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Editors
.idea/
.vscode/*
!.vscode/settings.json.example

# Coverage / test artifacts
coverage/
.nyc_output/
htmlcov/
.tox/
