# OS
*.log
.cache
.DS_Store

# Build
dist/
node_modules/

# Python
*.py[cod]
.coverage
.pytest_cache/
.ruff_cache/
.venv/
__pycache__/
htmlcov/
