pipeline-app/.gitignore
yumoqing 9d6446410f refactor: extract pipeline_core and pipeline_task as independent modules
- pipeline_core moved to independent repo pipeline_core.git
- pipeline_task symlink fixed to relative path
- All modules now cloned independently under pkgs/
- Removed embedded module source from umbrella repo
2026-08-03 16:12:29 +08:00

13 lines
114 B
Plaintext

__pycache__/
*.pyc
*.egg-info/
build/
logs/
files/
py3/
conf/config.json
pipeline.pid
pkgs/
bricks
pipeline_core/