mirror of https://github.com/langgenius/dify.git
38 lines
339 B
Plaintext
38 lines
339 B
Plaintext
.env
|
|
*.env.*
|
|
|
|
# VCS and editor noise
|
|
.git
|
|
.DS_Store
|
|
__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
*.swp
|
|
.vscode
|
|
|
|
# Large or irrelevant project files
|
|
docs/
|
|
dev/
|
|
images/
|
|
|
|
|
|
# Local caches
|
|
.pytest_cache
|
|
.ruff_cache
|
|
.mypy_cache
|
|
|
|
storage/generate_files/*
|
|
storage/privkeys/*
|
|
storage/tools/*
|
|
storage/upload_files/*
|
|
|
|
# Logs
|
|
logs
|
|
*.log*
|
|
|
|
# jetbrains
|
|
.idea
|
|
|
|
# venv
|
|
.venv
|