forked from shuishang/nhyai
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path.gitignore
42 lines (41 loc) · 1.36 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
.DS_Store
node_modules/
/dist/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
*.suo
*.ntvs*
*.njsproj
*.sln
backend/__pycache__/*.pyc
backend/backend/__pycache__/*.pyc
backend/api/__pycache__/*.pyc
backend/api/migrations/__pycache__/*.pyc
backend/api/migrations/*.py
backend/api/kaldi/aidatatang_200zh/s5/data/aidatatang_200zh/corpus/test/G0036/*.wav
backend/api/kaldi/__pycache__/*.pyc
backend/api/sensitives/__pycache__/*.pyc
backend/api/yahoo/open_nsfw/images/*.jpg
backend/api/yahoo/open_nsfw/images/*.jpeg
backend/api/yahoo/open_nsfw/nsfw_model/*
backend/api/yahoo/open_nsfw/__pycache__/*.pyc
backend/api/python-opencv-cuda/c++/pythoncuda/test/*.o
backend/api/python-opencv-cuda/python/__pycache__/*.pyc
backend/api/preprocess/TOOLS/__pycache__/*.pyc
backend/api/CarPlateIdentity/carIdentityData/cnn_char_train/*
backend/api/CarPlateIdentity/carIdentityData/cnn_plate_train/*
backend/api/CarPlateIdentity/__pycache__/*.pyc
backend/api/handwrite/test/*
backend/api/handwrite/darknet/obj/*
backend/api/handwrite/__pycache__/*.pyc
backend/api/handwrite/dnn/__pycache__/*.pyc
backend/api/handwrite/helper/__pycache__/*.pyc
backend/api/handwrite/darknet/obj/*
backend/api/handwrite/darknet/darknet
backend/api/handwrite/darknet/libdarknet.so
backend/api/handwrite/darknet/libdarknet.a
backend/api/handwrite/darknet/build/*
frontend/package-lock.json