Initial: integrated 2025 LawGraph (graphrag_pipeline) + 2026 kg_project
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
+50
@@ -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/
|
||||
Reference in New Issue
Block a user