From 282b04af8e296ff9d026a99accc2a324015e100c Mon Sep 17 00:00:00 2001 From: StevenWdV Date: Fri, 3 Dec 2021 17:51:12 +0100 Subject: Fix Python build on Linux --- wrappers/python/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python/.gitignore') diff --git a/wrappers/python/.gitignore b/wrappers/python/.gitignore index 82f4fd9..aec5943 100644 --- a/wrappers/python/.gitignore +++ b/wrappers/python/.gitignore @@ -2,3 +2,4 @@ /dist/ *.egg-info/ /eduvpncommon/lib/* +__pycache__/ -- cgit v1.2.3