# Python cache files
__pycache__/
*.py[cod]
.pytest_cache/

# Virtual environment
.venv/

# IDE settings
.vscode/
.idea/

# Project specific
helper_packages/source/

# General
.DS_Store
*.log
*.tmp

# Package
chatflow_plugins_*.tar
