.git
.dockerignore

### Python ###

# Byte-compiled / optimized / DLL files
__pycache__/
*.pyc
*.pyo
*.pyd
*.local

# Unit test / coverage reports
htmlcov/
.tox/
.coverage
.cache/
nosetests.xml
coverage.xml

# Documentation
doc/

# PyBuilder
target/
