Files
LegacyHUB/.gitignore
Vadim Malanov 6fbc778c1f
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled
fix(ingest): flush Document before FK inserts; build fixes; shared-minio overlay
2026-07-08 22:33:01 +03:00

31 lines
448 B
Plaintext

__pycache__/
*.py[cod]
*.egg-info/
.eggs/
build/
dist/
.venv/
venv/
.env
.env.local
.idea/
.vscode/
.mypy_cache/
.pytest_cache/
.ruff_cache/
data/input/*
data/work/*
!data/input/.gitkeep
!data/work/.gitkeep
# target home for new local runtime state (18_REPO_LAYOUT_STANDARD);
# data/input + data/work stay as the documented compatibility surface
var/
*.log
.DS_Store
# local preview launch config
frontend/.claude/
.claude/launch.json
.env.*.bak