From 85a875bfb58bf8b874258854fc2b024f27a6b455 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Mon, 13 Feb 2023 09:19:16 +0100 Subject: [PATCH] [ignore] Match ignore from cookiecutter --- .gitignore | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f2a46fa..bd4d338 100644 --- a/.gitignore +++ b/.gitignore @@ -13,13 +13,14 @@ coverage.xml test_results.xml junit-coverage.xml -.tox/ +environment.yaml html/ build/ doc/api/ dist/ -.mypy_cache/ -.pytest_cache/ cache/ venv/ +_citools/ _work/ +.mypy_cache/ +.pytest_cache/ -- GitLab