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

# Test / type-checker caches
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Bytecode
__pycache__/
*.pyc
*.pyo

# Virtualenvs
.venv/
venv/
