# Byte-compiled / cache
__pycache__/
*.py[cod]
*.egg-info/
.eggs/
# C extension build artifacts
*.so
build/
dist/
# Cython-generated, unlike the hand-written multidict/*.c files
multidict/_multidict.html
multidict/_istr.html
multidict/_testcyapi.html
multidict/_testcyapi.c
# Local dev virtualenvs (e.g. .venv-capi, .venv-purepy2 used for the
# accelerated/pure-Python legs); large site-packages trees, not source
.venv*/
# Tool caches
.mypy_cache/
.pytest_cache/
.ruff_cache/
.tox/
.hypothesis/
.testmondata
# Coverage output
.coverage
.coverage.*
htmlcov/
coverage.xml
# Docs build output
docs/_build/
# Vendored upstream file; AGENTS.md says never edit it, no need in context
multidict/_multilib/pythoncapi_compat.h
# Editor / VCS cruft
.idea/
.vscode/
.history/
TAGS
