From 4f5e6728b713798dd0fe4d6f3c8b52e438285190 Mon Sep 17 00:00:00 2001 From: Jhon Honce Date: Fri, 1 Jun 2018 09:51:32 -0700 Subject: Provide examples for python podman API Signed-off-by: Jhon Honce Closes: #870 Approved by: rhatdan --- contrib/python/.gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to 'contrib/python/.gitignore') diff --git a/contrib/python/.gitignore b/contrib/python/.gitignore index 2fc8ce3da..a3903c542 100644 --- a/contrib/python/.gitignore +++ b/contrib/python/.gitignore @@ -1,3 +1,5 @@ build dist *.egg-info +*.pyc +__pycache__ -- cgit v1.2.3-54-g00ecf