# SPDX-FileCopyrightText: Christian Amsüss
# SPDX-License-Identifier: MIT

__pycache__
build
*.egg-info
dist
# managed by doc/aiocoap_index.py
doc/module

# generated by coverage tests
.coverage*
htmlcov

# generated by `setup.py tests`
.eggs

# generated by tox
.tox

# left behind by the formatter sometimes
.ruff_cache
