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

# Caches
__pycache__/
*.py[cod]
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtual environments
.venv/
venv/
env/

# Test snapshots are committed (do not ignore tests/**/__snapshots__)
