From 04b6887292821b9aee0caeb1036abbfb671cd28a Mon Sep 17 00:00:00 2001 From: mouayed-nafeh <149155077+mouayed-nafeh@users.noreply.github.com> Date: Fri, 5 Jun 2026 10:26:11 +0200 Subject: [PATCH] Update .gitignore --- .gitignore | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index d577ecc1..1bb56df8 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,5 @@ *.pyc -__pycache__ +__pycache__/ *.DS_Store \#*\# \.\#* @@ -7,18 +7,21 @@ __pycache__ *~ *_flymake.py TAGS -build +build/ build-deb build-rpm -dist +dist/ *.so *.noseids -*.egg-info +*.egg-info/ local_settings.py *.swp -.tox -venv +.tox/ +venv/ +.venv*/ *.whl .vscode/ **/.ipynb_checkpoints/ .virtual_documents/ +.pytest_cache/ +.claude/