# Compiled binaries
/gopip
/gopip.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/
