target
gen
build.log
.vscode

# Example output files
examples/rust_client/output.txt
examples/rust_client/output.gif
examples/rust_client_batch/output.txt
examples/rust_client_batch/output.gif
clients/go/cmd/example/output.txt
clients/go/cmd/example/output.gif
clients/go/cmd/example_batch/output.txt
clients/go/cmd/example_batch/output.gif
clients/python/examples/step_by_step/output.txt
clients/python/examples/step_by_step/output.gif
clients/python/examples/batch/output.txt
clients/python/examples/batch/output.gif
*.dat

# Go example compiled binaries
clients/go/cmd/example/main
clients/go/cmd/example/example
clients/go/cmd/example_batch/main
clients/go/cmd/example_batch/example_batch

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

# Release binaries
dist/