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

__pycache__
build
*.egg-info
dist
# managed by doc/aiocoap_index.py
doc/module
# created by the jupyterlite sphinx plugin
doc/.jupyterlite.doit.db

# generated by coverage tests
.coverage/

# generated by `setup.py tests`
.eggs

# generated by tox
.tox

# left behind by the formatter sometimes
.ruff_cache
