Initial: integrated 2025 LawGraph (graphrag_pipeline) + 2026 kg_project

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-06-17 10:13:39 +08:00
commit 6c1a69af0d
83 changed files with 14295 additions and 0 deletions
+50
View File
@@ -0,0 +1,50 @@
# Python
__pycache__/
*.pyc
*.pyo
.venv/
venv/
.python-version
# Secrets
.env
dofile/kg_project/config/api_keys.yaml
# LaTeX build artifacts
officefile/latex/*.aux
officefile/latex/*.log
officefile/latex/*.out
officefile/latex/*.synctex.gz
officefile/latex/*.fls
officefile/latex/*.fdb_latexmk
officefile/latex/*.toc
officefile/latex/*.lof
officefile/latex/*.lot
officefile/latex/*.bbl
officefile/latex/*.blg
# LaTeX paper (independent Overleaf git repo — do NOT track in root)
officefile/latex/
# Data files (large, tracked separately via archive/)
data/
# Archive (frozen snapshots, not version-controlled)
archive/
# Large archives
*.rar
*.zip
dofile/**/output-*.zip
# Logs and runtime outputs
dofile/*/logs/
output/
# OS
.DS_Store
Thumbs.db
# IDE
.vscode/
.idea/