-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
135 lines (116 loc) · 2.32 KB
/
.gitignore
File metadata and controls
135 lines (116 loc) · 2.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
# Python
__pycache__/
*.pyc
*.pyo
.pytest_cache/
# Virtual environment
.venv/
# Environment variables (sensitive) — NEVER commit .env files
**/.env
.env
*.env
# ADK session database
**/.adk/session.db
**/.adk/
# Generated output files (root-level only, not in frontend/ or docs/)
/*.png
/*.html
/*.tif
/*.docx
/data_agent/*.png
/data_agent/*.html
/data_agent/*.tif
/data_agent/*.docx
# Geospatial data files — NEVER commit data to the repository
*.shp
*.dbf
*.shx
*.prj
*.cpg
*.sbn
*.sbx
*.shp.xml
*.tif
*.tiff
*.geojson
*.gpkg
*.kml
*.kmz
!demos/**/*.geojson
# User uploads
data_agent/uploads/
# Claude Code settings (local)
.claude/
# DRL model training artifacts
v7/
v2/
*.pth
**/land_use_model_*.zip
# Non-project directories (ADK tutorials / experiments)
coding_agent/
mcp_agent/
multi_tool_agent/
vertex_search_agent/
__adk_agent_builder_assistant/
helloworld/
test/
# IDE / editor settings
.vscode/
# Local scripts
enable-venv.ps1
math_test.py
test.py
# Temporary/generated data files
simple_test.docx
test_governance_report.docx
Analysis_Report*.docx
# Eval results (generated charts)
data_agent/eval_results/
# Chinese-named data files (local test data)
和平村8000.*
斑竹村*
政务数据汇交样本*
斑竹村_治理演示样本*
# Generated comparison/analysis output in root
/comparison_*
/interactive_comparison_*
/interactive_map_*
/optimized_map_*
/optimized_data_*
/enhanced_*
/reprojected_*
/features_enhanced_*
# World model paper (private, not for sharing)
docs/world_model_paper.tex
docs/world_model_paper_en.docx
docs/world_model_paper_cn.docx
docs/fig_architecture.png
docs/world-model-technical-report.md
docs/world-model-technical-review*.md
docs/reviewer_comments*.md
scripts/generate_paper_docx.py
scripts/generate_architecture_fig.py
scripts/ablation_study.py
scripts/ablation_results/
# Benchmark generated data and results
benchmarks/data/
benchmarks/benchmark_results.json
# Papers and client-facing documents — NEVER commit
docs/*paper*.tex
docs/*paper*.docx
docs/*paper*.pdf
docs/*paper*.md
docs/*paper*_cn.*
docs/*paper*_en.*
docs/*paper*_response*
docs/generate_*_paper*
docs/technical_paper_*
docs/surveying_qc_demo_script.*
docs/surveying_qc_agent_design.*
# PDF and video files — NEVER commit (may contain sensitive data)
*.pdf
*.mp4
*.avi
*.mov
*.wmv
!docs/dita/out/pdf-css-html5/data-agent-user-guide.pdf