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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

# Editors / OS
.vscode/
.idea/
.DS_Store

# Backups / archives (never publish)
*.bak
*.bak_*
*.archived_*

# rowflow run artifacts
rowflow.html
rowflow.png
rowflow.svg

# large regenerable interactive artifact (the static PNG is committed instead)
assets/*.html
