# Byte-compiled / cache
__pycache__/
*.pyc

# Virtual environments
.venv/

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

# Tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/

# Coverage
.coverage
