mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-05 23:41:44 +00:00
43f528ce04
# Conflicts: # src/ifcgeom/IfcGeomTree.h # src/ifcgeom_schema_agnostic/IfcGeomIterator.h # src/ifcgeom_schema_agnostic/IteratorImplementation.cpp # src/ifcgeom_schema_agnostic/IteratorImplementation.h # src/ifcparse/Ifc4x3_rc3.cpp # src/ifcparse/Ifc4x3_rc3.h # src/serializers/SvgSerializer.cpp
52 lines
691 B
Plaintext
52 lines
691 B
Plaintext
# Dependency and build folders created by the build scripts
|
|
/_deps/
|
|
/_build-vs*-x*/
|
|
/_deps-vs*-x*-installed/
|
|
/_installed-vs*-x*/
|
|
/build/
|
|
|
|
/win/BuildDepsCache*.txt
|
|
# IfcExpressParser residue
|
|
/src/ifcexpressparser/express_parser.py
|
|
# General Python residue
|
|
__pycache__
|
|
*.py.bak
|
|
# Visual Studio Code files
|
|
.vscode
|
|
# PyCharm files
|
|
.idea
|
|
|
|
#Virtual Env Files
|
|
Pipfile
|
|
Pipfile.lock
|
|
|
|
# Docs
|
|
/docs/output
|
|
/docs/rst_files
|
|
/docs/doxygen
|
|
/src/ifcblenderexport/docs/_build
|
|
|
|
# gettext binary translation files
|
|
*.mo
|
|
# Vim
|
|
*.swp
|
|
|
|
# Flask
|
|
instance/*
|
|
!instance/.gitignore
|
|
.webassets-cache
|
|
.env
|
|
*.db
|
|
|
|
# Byte-compiled / optimized / DLL files
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# pipenv
|
|
Pipfile
|
|
Pipfile.lock
|
|
|
|
# Database
|
|
*.db
|
|
|