Files
IfcOpenShell/.gitignore
T
2016-02-07 00:31:29 +02:00

11 lines
254 B
Plaintext

# Dependency and build folders created by the build scripts
/deps*/
/build*/
/install*/
/win/BuildDepsCache*.txt
# IfcExpressParser residue
/src/ifcexpressparser/__pycache__
/src/ifcexpressparser/express_parser.py
# Python test residue
/test/__pycache__