# JS
js/node_modules/
js/dist/

# Python
python/__pycache__/
python/*.egg-info/
python/dist/
python/.venv/

# Go
go/vendor/
