15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
__pycache__/
|
||
*.pyc
|
||
*.pyo
|
||
|
||
# pip / setuptools build artifacts
|
||
build/
|
||
dist/
|
||
*.egg-info/
|
||
|
||
# xls2ui 生成的 CRUD(build.sh 第 7 步从 json/*.json 重新生成,构建产物,不入库)
|
||
wwwroot/llm/
|
||
wwwroot/pipeline_steps/
|
||
wwwroot/pipeline_versions/
|
||
wwwroot/pipelines/
|