From 3d05dc234afdec480bef2a86fc1667460248f869 Mon Sep 17 00:00:00 2001 From: CyrilWaechter Date: Sun, 11 Dec 2022 22:49:44 +0100 Subject: [PATCH] Ignore mypy cache, swig and compiled files --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index 7c5d7a2e19..371a4bba9b 100644 --- a/.gitignore +++ b/.gitignore @@ -77,3 +77,13 @@ src/ifcopenshell-python/test/build # tox cache .tox/ *.egg-info/ + +# mypy cache +.mypy_cache + +# blenderbim libs +src/blenderbim/blenderbim/libs + +# ifcopenshell swig and compiled files +src/ifcopenshell-python/ifcopenshell/_ifcopenshell_wrapper.so +src/ifcopenshell-python/ifcopenshell/ifcopenshell_wrapper.py