forked from Project-PLATEAU/Auto-Create-bldg-lod2-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
48 lines (40 loc) · 1.12 KB
/
.gitignore
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
# 個人のIDE設定
/.vs
# ビルド
__pycache__
*egg-info
/dist
/build
# ログ
/output_log
# docker 実行の副産物
param.json
# 中間結果
/temp
# デバッグ
/debug
# pip 環境設定
/bldg-lod2-tool
/tools/Atlas_Prot/Atlas_Prot
/tools/SuperResolution/SuperResolution
/tools/SuperResolution/RoofSurface/RoofSurface
/tools/SuperResolution/WallSurface/WallSurface
# 入力・出力ファイル
/src/createmodel/data/*
!/src/createmodel/data/.keep
/tools/Atlas_Prot/input/*
!/tools/Atlas_Prot/input/.keep
/tools/Atlas_Prot/output/*
!/tools/Atlas_Prot/output/.keep
/tools/SuperResolution/RoofSurface/checkpoint/*
!/tools/SuperResolution/RoofSurface/checkpoint/.keep
/tools/SuperResolution/RoofSurface/data/*
!/tools/SuperResolution/RoofSurface/data/.keep
/tools/SuperResolution/RoofSurface/output/*
!/tools/SuperResolution/RoofSurface/output/.keep
/tools/SuperResolution/WallSurface/checkpoint/*
!/tools/SuperResolution/WallSurface/checkpoint/.keep
/tools/SuperResolution/WallSurface/data/*
!/tools/SuperResolution/WallSurface/data/.keep
/tools/SuperResolution/WallSurface/output/*
!/tools/SuperResolution/WallSurface/output/.keep