From 26d6e73e854391012309567d398b45f9493fbc12 Mon Sep 17 00:00:00 2001 From: Gabriel Arakaki Giovanini Date: Sat, 1 Oct 2022 13:19:32 +0200 Subject: feat: Moving away from docker to alpine package Add build and publish of the package tar. --- .gitignore | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 07bb2e2..1900427 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,6 @@ .pytest_cache/ -.venv/ -.idea/ __pycache__/ +dist/ .coverage cobertura.xml -- cgit v1.2.3