# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Unit test / coverage reports
test-output/
htmlcov/
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*,cover

# Stale firmware downloads
fw-tmp/

# Dist build
dist/
llama_bsl.egg-info
llama-bsl-*/

# venv
venv/
