- Add engine/ directory with core components: - graph_builder: workflow graph construction - variable_pool: variable management - state_manager: execution state tracking - event_stream_handler: event processing - stream_output_coordinator: streaming output control - result_builder: result aggregation - runtime_schema: runtime type definitions - Add utils/ directory with utilities: - expression_evaluator: safe expression evaluation - template_renderer: Jinja2 template rendering
41 lines
456 B
Plaintext
41 lines
456 B
Plaintext
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
logs/
|
|
api/res/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|
|
docs/
|
|
examples/
|
|
|
|
# Environment variables
|
|
.env
|
|
.kiro
|
|
.vscode
|
|
.idea
|
|
|
|
# Temporary outputs
|
|
.DS_Store
|
|
.hypothesis/
|
|
time.log
|
|
celerybeat-schedule.db
|
|
search_results.json
|
|
|
|
api/migrations/versions
|
|
tmp
|
|
files
|
|
|
|
# Exclude dep files
|
|
huggingface.co/
|
|
nltk_data/
|
|
tika-server*.jar*
|
|
cl100k_base.tiktoken
|
|
libssl*.deb
|
|
|
|
sandbox/lib/seccomp_redbear/target
|