mirror of https://github.com/KLayout/klayout.git
fixing editable install 'python setup.py develop'
This commit is contained in:
parent
c3ab951c8a
commit
c1dbb023ae
|
|
@ -0,0 +1,9 @@
|
|||
### Python ###
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
*.dylib
|
||||
Loading…
Reference in New Issue