mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 06:39:13 +00:00
Ignore mypy cache, swig and compiled files
This commit is contained in:
+10
@@ -77,3 +77,13 @@ src/ifcopenshell-python/test/build
|
|||||||
# tox cache
|
# tox cache
|
||||||
.tox/
|
.tox/
|
||||||
*.egg-info/
|
*.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
|
||||||
|
|||||||
Reference in New Issue
Block a user