# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg

# Vite / React / Node
gallery_ui/node_modules/
# Keep gallery_ui/dist in git so users can install without rebuilding

# OS / tooling
.DS_Store
.playwright-cli/

# Runtime data
output/
data/gallery_state.json
data/thumb_cache/
data/trash/
data/trash_state.json

# Python caches in nested folders
py/**/__pycache__/
