initial commit
This commit is contained in:
commit
ba228378d9
13 changed files with 1401 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
*.pyc
|
||||
__pycache__
|
||||
|
||||
*.idea
|
||||
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
.mypy_cache/
|
||||
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
*.gds
|
||||
*.gds.gz
|
||||
*.svg
|
||||
*.oas
|
||||
*.oas.gz
|
||||
*.dxf
|
||||
*.dxf.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue