result
__pycache__

# Ruff
.ruff_cache

# Pytest
.pytest_cache

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

# Virtual environment
.venv/
