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

# Caches
__pycache__/
*.pyc
.cache/
.pytest_cache/
.mypy_cache/
.ruff_cache/

# Virtualenvs
.venv/
.venv-*/
