# Compiled binaries
/gopack
/gopack.exe
*.test
*.out

# Release artifacts
/dist/

# Python client build artifacts
clients/*/dist/
clients/*/build/
**/__pycache__/
*.egg-info/

# Editor and OS noise
.DS_Store
*.swp
.idea/
.vscode/

# Local bundle scratch and cache
/.gopack/

# Benchmark workspace: built bundles, downloaded CPython runtimes, the installed
# PyInstaller environment, and raw measurement logs. Heavy and reproducible, so
# never committed. The runnable harness lives in examples/benchmark/ and IS
# committed; only its work/ output is ignored.
/benchmark/
examples/benchmark/work/

# Example run-time artifacts (created when an example is run directly)
examples/**/db.sqlite3
examples/**/artifacts/
**/*.joblib
