__pycache__/
*.py[cod]
.venv/
venvtmp/
pydeps/
.github_token
dist/
build/
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/
.ruff_cache/

# Perf harness outputs (payloads, multipart bodies, curl/hey reports)
perf/artifacts/*
!perf/artifacts/.gitkeep
