# Node.js
node_modules
dist
.turbo

# Python
__pycache__
*.pyc
.venv
.mypy_cache
*.egg-info

# Documentation
docs/_build
