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

# Bytecode
__pycache__/
*.py[cod]

# Environments
.venv/
venv/

# Test / coverage
.pytest_cache/
.coverage
htmlcov/

# Tooling caches
.mypy_cache/
.ruff_cache/
