mirror of
https://github.com/langgenius/dify.git
synced 2026-05-23 02:18:23 +08:00
26 lines
345 B
Docker
26 lines
345 B
Docker
*
|
|
|
|
!api/
|
|
!api/**
|
|
!dify-agent/
|
|
!dify-agent/pyproject.toml
|
|
!dify-agent/README.md
|
|
!dify-agent/src/
|
|
!dify-agent/src/**
|
|
|
|
api/.venv
|
|
api/.venv/**
|
|
api/.env
|
|
api/*.env.*
|
|
api/.idea
|
|
api/.mypy_cache
|
|
api/.ruff_cache
|
|
api/storage/generate_files/*
|
|
api/storage/privkeys/*
|
|
api/storage/tools/*
|
|
api/storage/upload_files/*
|
|
api/logs
|
|
api/*.log*
|
|
**/__pycache__
|
|
**/*.pyc
|