# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv

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

# Test / lint caches
.tox/
.pytest_cache/
.ruff_cache/
.ty_cache/
.coverage
htmlcov/
