/.vscode/settings.json
/node_modules/
/node_modules/*
.env
.DS_Store
.idea/
build/
install
coverage/
out

# Gen is temporary TS files before transpiling to dist
gen
dist

# Everything under python/ is generated by scripts/generate_python.py, except the package metadata
python/*
!python/pyproject.toml
!python/README.md
__pycache__/
*.py[cod]
