|
@ -1,6 +1,7 @@ |
|
|
led / optimized / DLL files |
|
|
# Byte-compiled / optimized / DLL files |
|
|
__pycache__/ |
|
|
__pycache__/ |
|
|
*.py[cod] |
|
|
*.py[cod] |
|
|
|
|
|
*$py.class |
|
|
|
|
|
|
|
|
# C extensions |
|
|
# C extensions |
|
|
*.so |
|
|
*.so |
|
@ -13,6 +14,7 @@ develop-eggs/ |
|
|
dist/ |
|
|
dist/ |
|
|
downloads/ |
|
|
downloads/ |
|
|
eggs/ |
|
|
eggs/ |
|
|
|
|
|
.eggs/ |
|
|
lib/ |
|
|
lib/ |
|
|
lib64/ |
|
|
lib64/ |
|
|
parts/ |
|
|
parts/ |
|
@ -36,9 +38,11 @@ pip-delete-this-directory.txt |
|
|
htmlcov/ |
|
|
htmlcov/ |
|
|
.tox/ |
|
|
.tox/ |
|
|
.coverage |
|
|
.coverage |
|
|
|
|
|
.coverage.* |
|
|
.cache |
|
|
.cache |
|
|
nosetests.xml |
|
|
nosetests.xml |
|
|
coverage.xml |
|
|
coverage.xml |
|
|
|
|
|
*,cover |
|
|
|
|
|
|
|
|
# Translations |
|
|
# Translations |
|
|
*.mo |
|
|
*.mo |
|
@ -71,7 +75,6 @@ target/ |
|
|
.settings |
|
|
.settings |
|
|
.vagrant |
|
|
.vagrant |
|
|
|
|
|
|
|
|
|
|
|
# specific to this project |
|
|
static |
|
|
static |
|
|
|
|
|
|
|
|
components |
|
|
|
|
|
bower_components |
|
|
bower_components |
|
|