From d08b07dd67daba1c15f849a94a09d6532f870796 Mon Sep 17 00:00:00 2001 From: Lee Miller Date: Fri, 2 Feb 2024 21:51:37 +0200 Subject: [PATCH] Update .gitignore by the stuff created by tox and buildozer --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 72e5700f..fc331499 100644 --- a/.gitignore +++ b/.gitignore @@ -12,6 +12,7 @@ src/**/*.so src/**/a.out build/lib.* build/temp.* +bin dist *.egg-info docs/_*/* @@ -19,6 +20,8 @@ docs/autodoc/ build pyan/ **.coverage +coverage.xml **htmlcov* **coverage.json - +.buildozer +.tox