# Node
node_modules/
dist/
build/
.pnpm-store/
*.tsbuildinfo
.turbo/

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
env/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Environments / secrets
.env
.env.*
!.env.example

# Editors
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# Logs
*.log
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*

# Captured stdout from example runs (kept inline in READMEs only)
examples/**/output.txt
