mirror of
https://github.com/langgenius/dify-plugin-sdks.git
synced 2026-07-22 02:15:22 -04:00
e59d246115
# Conflicts: # python/dify_plugin/core/entities/plugin/request.py # python/dify_plugin/core/plugin_executor.py # python/dify_plugin/entities/__init__.py # python/dify_plugin/entities/tool.py # python/dify_plugin/interfaces/tool/__init__.py # python/dify_plugin/plugin.py # python/pyproject.toml
107 lines
1.5 KiB
Plaintext
107 lines
1.5 KiB
Plaintext
.vscode
|
|
|
|
### Generated by ignore
|
|
# Created by https://www.toptal.com/developers/gitignore/api/python
|
|
# Edit at https://www.toptal.com/developers/gitignore?templates=python
|
|
|
|
### Python ###
|
|
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
share/python-wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
MANIFEST
|
|
|
|
# PyInstaller
|
|
# Usually these files are written by a python script from a template
|
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
|
*.manifest
|
|
*.spec
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
pip-delete-this-directory.txt
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.cache
|
|
nosetests.xml
|
|
coverage.xml
|
|
*.cover
|
|
*.py,cover
|
|
.hypothesis/
|
|
.pytest_cache/
|
|
cover/
|
|
|
|
# pdm
|
|
# Similar to Pipfile.lock, it is generally recommended to include pdm.lock in version control.
|
|
#pdm.lock
|
|
# pdm stores project-wide configurations in .pdm.toml, but it is recommended to not include it
|
|
# in version control.
|
|
# https://pdm.fming.dev/#use-with-ide
|
|
.pdm.toml
|
|
.pdm-python
|
|
|
|
|
|
# Environments
|
|
.env
|
|
**/*.env
|
|
.venv
|
|
env/
|
|
venv/
|
|
ENV/
|
|
env.bak/
|
|
venv.bak/
|
|
|
|
# mypy
|
|
.mypy_cache/
|
|
.dmypy.json
|
|
dmypy.json
|
|
|
|
# Cython debug symbols
|
|
cython_debug/
|
|
|
|
# ruff
|
|
.ruff_cache/
|
|
|
|
# LSP config files
|
|
pyrightconfig.json
|
|
|
|
.idea/
|
|
|
|
# End of https://www.toptal.com/developers/gitignore/api/python
|
|
|
|
|
|
# IDEA
|
|
.idea
|
|
|
|
|
|
# for plugin development
|
|
# Ignore all files in the plugins directory
|
|
plugins
|