# local mib files
data/mibs

# general things to ignore
build/
dist/
*.egg-info/
*.egg
*.py[cod]
__pycache__/
*.so
*~
.eggs

# autogenerated
/version.txt
/.mypy_cache/

# due to using tox and pytest
.tox
.cache

# Coverage info
testreport.xml
.coverage
coverage.xml
