mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-06 07:51:47 +00:00
0276c8271e
* Added Pipfile and Pipfile.lock in gitignore * Added File Structure for v3 * Add files via upload
35 lines
521 B
Plaintext
35 lines
521 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
|
|
|
|
#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
|
|
|
|
|