__pycache__/
*.py[cod]
*.egg-info/
build/
dist/
.venv/
venv/
.pytest_cache/
.coverage
htmlcov/
*.log

# uv が開発用に生成するロックファイル (ライブラリなので固定しない)
uv.lock
