From afbce29850e021d4bcd233289d448fbf36f3f313 Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Fri, 16 Jul 2021 23:47:49 +0300 Subject: [PATCH] Revert gitignore additions --- .gitignore | 27 ++------------------------- 1 file changed, 2 insertions(+), 25 deletions(-) diff --git a/.gitignore b/.gitignore index 371665598dc..a557aba14f0 100644 --- a/.gitignore +++ b/.gitignore @@ -12,9 +12,10 @@ __pycache__ # Other generated files */version.py */cython_version.py +htmlcov +.coverage MANIFEST .ipynb_checkpoints -buck-out # Sphinx docs/api @@ -62,27 +63,3 @@ pip-wheel-metadata/ # Mac OSX .DS_Store - - -# Mercurial -.hg/ - - -# SVN -.svn/ - - -# mypy -.mypy_cache/ - - -# Unit test / coverage reports -htmlcov -.coverage -.pytest_cache/ -.tox/ -.nox/ - - -# Environments -.venv