-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
62 lines (60 loc) · 1.35 KB
/
Copy path.gitignore
File metadata and controls
62 lines (60 loc) · 1.35 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
*.iml
.gradle
/.kotlin/
/local.properties
/.idea
.DS_Store
/build
/app/build
# Gradle output of the extracted core/feature/capability modules
build/
/captures
/artifacts/
/design-qa.md
.externalNativeBuild
.cxx
local.properties
*.apk
*.aab
*.ap_
*.dex
*.class
bin/
gen/
gradle-app.setting
!gradle-wrapper.jar
!gradle-wrapper.properties
.gradletasknamecache
proguard/
crash-log.txt
__pycache__/
*.py[cod]
# Keystore files — never commit signing secrets
*.jks
*.b64
# seven_segment_ocr — 忽略大文件和生成文件,保留源代码和模型
python_vector_converter/.venv/
python_vector_converter/__pycache__/
seven_segment_ocr/.pixi/
seven_segment_ocr/__pycache__/
seven_segment_ocr/**/__pycache__/
seven_segment_ocr/kaggle_kernel/__pycache__/
seven_segment_ocr/test_*.py
seven_segment_ocr/dataset/
seven_segment_ocr/opencv_models/
seven_segment_ocr/kaggle_output/
seven_segment_ocr/kaggle_domain_output/
seven_segment_ocr/runs/
seven_segment_ocr/exported_candidates/
seven_segment_ocr/.local_wheels/
seven_segment_ocr/export_candidates_plan.json
seven_segment_ocr/detection_dataset/
seven_segment_ocr/detection_data/
seven_segment_ocr/external_datasets/
seven_segment_ocr/kaggle_detection_output/
seven_segment_ocr/preview_det_*.jpg
seven_segment_ocr/models/
seven_segment_ocr/pixi.lock
seven_segment_ocr/benchmark_result.txt
seven_segment_ocr/train_log.txt
train_log.txt