init ingestion

This commit is contained in:
2026-05-24 22:59:24 +07:00
commit 4e8c11d545
80 changed files with 5639 additions and 0 deletions

47
ingestion/.gitignore vendored Normal file
View File

@@ -0,0 +1,47 @@
# Binaries
bin/
*.exe
*.test
*.out
# Go workspace
go.work
go.work.sum
# Node
node_modules/
dist/
build/
.next/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Env
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
.DS_Store
# Coverage
coverage/
*.cover
*.coverage
coverage.out
# Docker volumes
infra/docker/data/
# Console build output
console/dist/
console/.vite/
# Rotor
rotor/dist/