diff --git a/.gitignore b/.gitignore index 3b83ce65bc..cada92f4bc 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,6 @@ /install*/ /win/BuildDepsCache*.txt # IfcExpressParser residue -/src/ifcexpressparser/__pycache__ /src/ifcexpressparser/express_parser.py -# Python test residue -/test/__pycache__ +# General Python residue +__pycache__