# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# uv / virtualenv
.venv/
.python-version
uv.lock

# Build / dist
*.egg-info/
dist/
build/

# pytest / coverage
.pytest_cache/
.coverage
htmlcov/

# macOS
.DS_Store
