# Python
__pycache__/

# OS files
.DS_Store

# Distribution
dist/

# Unit test
.pytest_cache/

# Environments
.venv/

# ruff
.ruff_cache/

# dify plugins
*.difypkg
.installed
