From 26e212c6107fd5029afbba879c0848cd889eed2f Mon Sep 17 00:00:00 2001 From: Kostas Vilkelis <kostasvilkelis@gmail.com> Date: Fri, 10 May 2024 16:38:59 +0200 Subject: [PATCH] dont track build files --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index e015f1f..98938fa 100644 --- a/.gitignore +++ b/.gitignore @@ -28,6 +28,7 @@ **/__pycache__/* *.py[cod] *.egg +_version.py MANIFEST ### Jupyter temporaries @@ -42,7 +43,9 @@ MANIFEST ### Testing and coverage reports htmlcov/ +junit.xml .tox/ +.nox/ .coverage .coverage.* .cache @@ -50,3 +53,6 @@ nosetests.xml coverage.xml *.cover .hypothesis/ + +### Documentation builds +**/build/* -- GitLab