fixing editable install 'python setup.py develop'

This commit is contained in:
Thomas Ferreira de Lima 2018-10-19 19:09:20 -04:00
parent c3ab951c8a
commit c1dbb023ae
No known key found for this signature in database
GPG Key ID: 43E98870EAA0A86E
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
*.dylib