# Project files
dist/

# Documentation site
docs-dist/
# Built by `docs/scripts/copy-changelog.mjs` from each package's own CHANGELOG.md
docs/*/reference/changelog.md
docs/.vitepress/cache/
docs/.vitepress/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/

# IDEs
.idea/

# Generated by MacOS
.DS_Store

# Generated by Windows
Thumbs.db

# Log files
*.log
