From 64bacb4301882310eda0076330e36d281fc3caea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A9lix=20Pi=C3=A9dallu?= Date: Wed, 18 Sep 2024 15:02:24 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 61 ++---------------------------------------------------- 1 file changed, 2 insertions(+), 59 deletions(-) diff --git a/.gitignore b/.gitignore index badfb16..6ab8220 100644 --- a/.gitignore +++ b/.gitignore @@ -4,60 +4,6 @@ __pycache__/ *.py[cod] *$py.class -# C extensions -*.so - -# Distribution / packaging -.Python -env/ -build/ -develop-eggs/ -dist/ -downloads/ -eggs/ -.eggs/ -lib/ -lib64/ -parts/ -sdist/ -var/ -*.egg-info/ -.installed.cfg -*.egg - -# PyInstaller -# Usually these files are written by a python script from a template -# before PyInstaller builds the exe, so as to inject date/other infos into it. -*.manifest -*.spec - -# Installer logs -pip-log.txt -pip-delete-this-directory.txt - -# Unit test / coverage reports -htmlcov/ -.tox/ -.coverage -.coverage.* -.cache -nosetests.xml -coverage.xml -*,cover - -# Translations -*.mo -*.pot - -# Django stuff: -*.log - -# Sphinx documentation -docs/_build/ - -# PyBuilder -target/ - # YunoHost packages *_ynh @@ -65,8 +11,5 @@ target/ .apps_git_clone_cache .spdx_licenses .apps/ - -# Vim swap files -# *~ -# *.swp -# *.swo +.manifest.* +.tests.*