# Virtualenvs
.venv/
venv/

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

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