We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebdec10 commit 9de64d1Copy full SHA for 9de64d1
.gitignore
@@ -1,19 +1,33 @@
1
+# User-specific files
2
+*.suo
3
+*.user
4
+*.sln.docstates
5
+
6
+# Build results
7
+[Bb]in/
8
+[Oo]bj/
9
+[Oo]ut/
10
+[Ll]og/
11
+[Ll]ogs/
12
13
+# Visual Studio cache/options directory
14
+.vs/
15
16
# Misc
17
.DS_Store
18
19
# Python cache
20
__pycache__/
21
*.pyc
22
23
+# Linux utilities
24
+wget-log*
25
26
# debug debris
-plate.png
27
28
29
# Generated package files
30
*-[0-9]*.[0-9]*.[0-9]*.zip
31
32
# Models
-paddleocr
-
-# Python install / Virtual environment
-bin/
-/assets/
33
+assets/
0 commit comments