From 828e5614905610bd7767d3c373fbbe8bacc70277 Mon Sep 17 00:00:00 2001 From: dpavam Date: Fri, 19 Jul 2024 17:22:31 +0100 Subject: [PATCH] add gitignore file to package dir --- impc_api_helper/.gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 impc_api_helper/.gitignore diff --git a/impc_api_helper/.gitignore b/impc_api_helper/.gitignore new file mode 100644 index 0000000..b1b615e --- /dev/null +++ b/impc_api_helper/.gitignore @@ -0,0 +1,13 @@ + + +# Byte-compiled +__pycache__/ + +# Distribution/ packaging +build/ +dist/ +*.egg-info +*.egg + +# Pytest +*.pytest