# Python build / packaging
build/
dist/
*.egg-info/
__pycache__/
*.py[cod]
.eggs/

# Virtualenvs
.venv/
venv/
env/

# Test / tooling caches
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# OS
.DS_Store
