# Build artifacts
/dist/

# Virtual environments & Python cache
*.venv/
*__pycache__/
.ruff_cache/

# System files
.DS_Store

# Environment configuration
*.gradio/
.env
.python-version

# Local data & playground
data/
data_test/
playground/
swanlog/
log
