Ignore temp files
This commit is contained in:
parent
9728334200
commit
7438594d21
35
.gitignore
vendored
Normal file
35
.gitignore
vendored
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
.~lock.*.od?#
|
||||||
|
.coverage
|
||||||
|
.mypy_cache
|
||||||
|
build
|
||||||
|
build/
|
||||||
|
dist/
|
||||||
|
docs/_build/
|
||||||
|
htmlcov/
|
||||||
|
log
|
||||||
|
non-free
|
||||||
|
src/*/_version.py
|
||||||
|
tmp
|
||||||
|
venv
|
||||||
|
*.STEP
|
||||||
|
*.brep
|
||||||
|
*.brp
|
||||||
|
*.db
|
||||||
|
*.doctrees
|
||||||
|
*.dxf
|
||||||
|
*.env
|
||||||
|
*.log
|
||||||
|
*.msh
|
||||||
|
*.pickle
|
||||||
|
*.pyc
|
||||||
|
*.pyd
|
||||||
|
*.pyo
|
||||||
|
*.step
|
||||||
|
*.stl
|
||||||
|
*.stp
|
||||||
|
*.svg
|
||||||
|
*.swp
|
||||||
|
*.3mf
|
||||||
|
*.egg-info/
|
||||||
|
_build/
|
||||||
|
__pycache__/
|
Loading…
Reference in a new issue