# Node & Dependencies
node_modules/
.npm/

# Build Outputs & Type Information
dist/
*.tsbuildinfo

# Environment & Secrets
.env
.env.local
.env.*.local

# Python
__pycache__/
*.py[cod]
*.egg-info/
.venv/
venv/
build/
.Python

# Testing & Coverage
coverage/
.nyc_output/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.tox/
htmlcov/
.coverage
.coverage.*

# Logs & Temp
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.DS_Store

# IDE & Editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw?

# Local-only working folders
delete/
npm/
pypi/

# Created by the runnable quickstart examples
byoc-demo-storage/

# Not adopted: CI installs with pip from pyproject.toml ranges.
# Regenerate with `uv lock` if we ever switch.
uv.lock
