﻿# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
.mypy_cache/
.ruff_cache/

# venv
.venv/
venv/
env/

# OS
.DS_Store
Thumbs.db

# Local logs / runtime
gradio_run.log
gradio_run.err
launcher_run.log
launcher_run.err
_smk_*.py
_probe_*.py
_create_shortcut.ps1
*.tmp

# Build / dist
build/
dist/
*.egg-info/

# Editor
.vscode/
.idea/
