mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 08:41:46 +08:00
* feat: add .dockerignore to exclude build artifacts and environment files * feat: move docling to main dependencies and remove docling extra
12 lines
219 B
Plaintext
12 lines
219 B
Plaintext
src/frontend/node_modules
|
|
src/frontend/build
|
|
src/frontend/coverage
|
|
src/frontend/test-results
|
|
src/frontend/playwright-report
|
|
src/frontend/.dspy_cache
|
|
**/.DS_Store
|
|
**/__pycache__
|
|
**/*.pyc
|
|
**/.pytest_cache
|
|
**/.venv
|
|
**/.env |