docling-studio/.gitignore
Pier-Jean Malandrino 2e086cc4f3 Add feature flipping mechanism
Introduce a feature-flags module in the frontend that detects
the backend conversion engine via /health and exposes typed
feature flags. Chunking is enabled only in local engine mode.
2026-04-02 11:25:23 +02:00

45 lines
428 B
Text

# Dependencies
node_modules/
frontend/node_modules/
# Build outputs
frontend/dist/
site/
# IDE & local tooling
.idea/
.vscode/
.run/
.claude/
CLAUDE.md
**/CLAUDE.md
*.iml
# OS
.DS_Store
Thumbs.db
# Env
.env
.env.local
.env.production
# Uploads & data
uploads/
data/
# Python
__pycache__/
*.pyc
.venv/
*.egg-info/
# Excalidraw working files
docs/excalidraw/
# Logs
*.log
hs_err_pid*
# Docker
docker-compose.override.yml