mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
31 lines
480 B
Plaintext
31 lines
480 B
Plaintext
# Dependency and build folders created by the build scripts
|
|
/_build-vs2017-x64/
|
|
/_deps-vs2017-x64-installed/
|
|
/_deps/
|
|
/deps*/
|
|
/build*/
|
|
/install*/
|
|
/win/BuildDepsCache*.txt
|
|
# IfcExpressParser residue
|
|
/src/ifcexpressparser/express_parser.py
|
|
# General Python residue
|
|
__pycache__
|
|
*.py.bak
|
|
# Visual Studio Code files
|
|
.vscode
|
|
# PyCharm files
|
|
.idea
|
|
|
|
# Docs
|
|
/docs/output
|
|
/docs/rst_files
|
|
/docs/doxygen
|
|
/src/ifcblenderexport/docs/_build
|
|
|
|
# gettext binary translation files
|
|
*.mo
|
|
# Vim
|
|
*.swp
|
|
|
|
|