-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
77 lines (64 loc) · 930 Bytes
/
.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
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
# 仮想環境
venv/
lrir/
# ビルドおよびキャッシュディレクトリ
add/
*/__pycache__/
__pycache__/
# テスト画像
tests/resources/img/
!tests/resources/img/1_img
# 一時ディレクトリ
under-*/
output/
output/image_dataset/
.tmp.driveupload/
.tmp*/
.temp*/
*.tmp
*.bak
*.swp
# ログファイル
*.log
*.log*
# ソースおよびテストモジュール
src/score_module/
tests/pytest_temp/
tests/tests_out/
tests/resources/
# データベースファイル
Image_database/*.db
Image_database/
# カバレッジおよび処理
.coverage
htmlcov/
.pytest_cache/
.mypy_cache/
processing.toml
# IDE
.vscode/
.idea/
.qtcreator/
*.code-workspace
# Project specific
*.npy
docs/
app.log
# Egg-info
*/lorairo.egg-info/
# Large binary files
*.pth
*.ckpt
*.bin
*.h5
# Data files
*.jsonl
*.json
tag.jsonl
jsonl/
# その他
TEST_backup/
TEST/pytest_temp
/cmyk_image.tiff
coverage.xml
*_project_summary.txt