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

# Virtual environments
.venv/
venv/

# IDE
.vscode/
.idea/
*.swp
*.swo

# macOS
.DS_Store

# Testing / profiling
.pytest_cache/
.mypy_cache/
.ruff_cache/
htmlcov/
.coverage

# Local data (WSI files)
data/

# Demo output
wsistream_demo_output/

# MkDocs build
site/
