Initial monorepo scaffold for Duoc Thu RAG medical chatbot
This commit is contained in:
+44
@@ -0,0 +1,44 @@
|
||||
# Node
|
||||
node_modules/
|
||||
dist/
|
||||
build/
|
||||
.next/
|
||||
.turbo/
|
||||
*.tsbuildinfo
|
||||
npm-debug.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# Python
|
||||
__pycache__/
|
||||
*.pyc
|
||||
.venv/
|
||||
venv/
|
||||
.pytest_cache/
|
||||
.ruff_cache/
|
||||
*.egg-info/
|
||||
|
||||
# Env / secrets
|
||||
.env
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
# Ingestion large/derived artifacts (regeneratable — never commit)
|
||||
ingestion/data/interim/*
|
||||
!ingestion/data/interim/.gitkeep
|
||||
ingestion/data/processed/*
|
||||
!ingestion/data/processed/.gitkeep
|
||||
|
||||
# Terraform
|
||||
**/.terraform/
|
||||
*.tfstate
|
||||
*.tfstate.*
|
||||
*.tfvars
|
||||
|
||||
# OS / editor
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
.vscode/
|
||||
.idea/
|
||||
|
||||
# Claude Code personal/local settings (bypass permissions mode etc. — not shared)
|
||||
.claude/settings.local.json
|
||||
Reference in New Issue
Block a user