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

# Byte-compiled
__pycache__/
*.py[cod]

# Virtual environments
.venv/
venv/

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