# Build artifacts
dist/
build/
*.egg-info/
src/lutflow/_version.py

# Virtualenvs
.venv/
venv/

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

# OS / editor
.DS_Store
