/.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

# Generated Python stubs (rebuilt by scripts/generate_python.py)
python/src/vention
python/src/google
python/src/buf
python/dist
python/*.egg-info
python/src/*.egg-info
__pycache__/
*.py[cod]
