# Build output
dist/
docs-dist/

# Node.js
node_modules/

# Dart
.dart_tool/
build/
# A library pins nothing, so its lock file is noise in every diff.
packages/dart/pubspec.lock

# Python
__pycache__/
*.py[cod]
.venv/
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# VitePress
docs/.vitepress/.temp/
docs/.vitepress/cache/

# Generated by `docs/scripts/copy-changelog.mjs` from each package's CHANGELOG.md
docs/*/changelog.md

# IDEs
.idea/

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Log files
*.log
