# Python bytecode
__pycache__/
*.py[cod]

# Virtual environments
.venv/

# Test / coverage artifacts
.pytest_cache/
.coverage
htmlcov/

# Build artifacts (generated by uv build / hatchling)
dist/
*.egg-info/
